We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a8f3d commit f5fa12bCopy full SHA for f5fa12b
.github/workflows/coverage.yml
@@ -45,7 +45,12 @@ jobs:
45
- name: Setup Python environment
46
uses: actions/[email protected]
47
with:
48
- python-version: '3.7'
+ python-version: '3.9'
49
+ - name: Setup virtual environment
50
+ run: |
51
+ python -m venv venv
52
+ source venv/bin/activate
53
+ python -m pip install --upgrade pip
54
- name: Install Requirements
55
run: |
56
python -m pip install --upgrade pip
0 commit comments