Browse Source

Try running CI with python 3.7.14

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

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

@@ -18,7 +18,7 @@ jobs:
       - name: Install Python
         uses: actions/setup-python@v2
         with:
-          python-version: 3.5
+          python-version: 3.7.14
       - name: Install covimerage
         run: |
           pip install covimerage