aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorOndřej Čertík <ondrej@certik.us>2020-01-25 10:35:49 -0700
committerOndřej Čertík <ondrej@certik.us>2020-01-25 10:35:49 -0700
commit5cfa1e7e9060fcb20db4037d87fe4fb4b8a788f3 (patch)
treec235f08815c7f588da1213585c61c75c54c95439 /.github/workflows
parent33dbc2b7b11681f7e911cb619511b0d00d7da8c3 (diff)
downloadfpm-5cfa1e7e9060fcb20db4037d87fe4fb4b8a788f3.tar.gz
fpm-5cfa1e7e9060fcb20db4037d87fe4fb4b8a788f3.zip
Do not install Python
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/CI.yml5
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: |