Skip to content

Commit 40dbc83

Browse files
committed
removed virtualenv from the test.yml file
1 parent 9ef11ad commit 40dbc83

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 setuptools wheel virtualenv
19+
python -m pip install --upgrade setuptools wheel
2020
pip install poetry
2121
poetry config virtualenvs.create true
2222
poetry install --with dev

0 commit comments

Comments
 (0)