Skip to content

Commit 0c36c4c

Browse files
committed
Again
1 parent 83d0fcf commit 0c36c4c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,4 @@ jobs:
2424
python-version: "3.11"
2525
- name: Install dependencies
2626
run: |
27-
pip install -r requirements-dev.txt
28-
- name: Test with pytest
29-
run: |
30-
$env:PYTHONPATH=$pwd
31-
pytest -v --show-capture=stdout -k "not integration"
27+
pip install -r requirements-dev.txt

0 commit comments

Comments
 (0)