diff options
author | Ondřej Čertík <ondrej@certik.us> | 2020-01-25 10:35:49 -0700 |
---|---|---|
committer | Ondřej Čertík <ondrej@certik.us> | 2020-01-25 10:35:49 -0700 |
commit | 5cfa1e7e9060fcb20db4037d87fe4fb4b8a788f3 (patch) | |
tree | c235f08815c7f588da1213585c61c75c54c95439 /.github/workflows/CI.yml | |
parent | 33dbc2b7b11681f7e911cb619511b0d00d7da8c3 (diff) | |
download | fpm-5cfa1e7e9060fcb20db4037d87fe4fb4b8a788f3.tar.gz fpm-5cfa1e7e9060fcb20db4037d87fe4fb4b8a788f3.zip |
Do not install Python
Diffstat (limited to '.github/workflows/CI.yml')
-rw-r--r-- | .github/workflows/CI.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3264513..8ac6435 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -31,11 +31,6 @@ jobs: - name: Checkout code uses: actions/checkout@v1 - - name: Set up Python 3.x - uses: actions/setup-python@v1 # Use pip to install latest CMake, & FORD/Jin2For, etc. - with: - python-version: 3.x - - name: Install GFortran and CMake Linux if: contains(matrix.os, 'ubuntu') run: | |