From 5cfa1e7e9060fcb20db4037d87fe4fb4b8a788f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Sat, 25 Jan 2020 10:35:49 -0700 Subject: Do not install Python --- .github/workflows/CI.yml | 5 ----- 1 file changed, 5 deletions(-) (limited to '.github/workflows') 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: | -- cgit v1.2.3