Skip to content

Commit 5073c02

Browse files
committed
updates the virutalenv in the test.yml file as well
1 parent 75842cb commit 5073c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
python-version: ${{ matrix.python-version }}
1717
- name: Install Python dependencies
1818
run: |
19-
python -m pip install --upgrade pip
19+
python -m pip install --upgrade setuptools wheel virtualenv
2020
pip install poetry
2121
poetry config virtualenvs.create false
2222
poetry install

0 commit comments

Comments
 (0)