Skip to content

Commit f5fa12b

Browse files
committed
Fixing python version for Integration Coverage
1 parent 96a8f3d commit f5fa12b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,12 @@ jobs:
4545
- name: Setup Python environment
4646
uses: actions/[email protected]
4747
with:
48-
python-version: '3.7'
48+
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
4954
- name: Install Requirements
5055
run: |
5156
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)