Skip to content

Commit e6632e8

Browse files
authored
Update tests.yml
1 parent 5dfcc39 commit e6632e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929

30-
- name: Uninstall pytest-socket
31-
run: pip uninstall -y pytest-socket || true
32-
3330
- name: Install Poetry (if you use poetry)
3431
run: pip install poetry
3532

@@ -41,6 +38,9 @@ jobs:
4138
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
4239
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
4340
41+
- name: Uninstall pytest-socket
42+
run: pip uninstall -y pytest-socket || true
43+
4444
- name: Run pytest with coverage
4545
run: |
4646
PYTHONPATH=. pytest \

0 commit comments

Comments
 (0)