Browse Source

Try an older python version for coverage

Yegappan Lakshmanan 4 years ago
parent
commit
ddbc9737b5
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .github/workflows/coverage.yml

+ 3 - 1
.github/workflows/coverage.yml

@@ -16,7 +16,9 @@ jobs:
           cd ./test
           ./run_mru_tests.sh
       - name: Install Python
-        uses: actions/setup-python@v1
+        uses: actions/setup-python@v2
+        with:
+          python-version: 3.5
       - name: Install covimerage
         run: |
           pip install covimerage