Skip to content

Commit e043532

Browse files
committed
fix: pytest.yml
removed custom environent as it has no args, causing an error
1 parent f0ddc20 commit e043532

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
- run: pip install -r requirements.txt
2626
- run: pip install pytest
2727

28-
- shell: bash
29-
env:
30-
# TEST_SECRET: ${{ secrets.TEST_SECRET }}
31-
run: |
32-
pytest
28+
# - shell: bash
29+
# env:
30+
# TEST_SECRET: ${{ secrets.TEST_SECRET }}
31+
# run: |
32+
# pytest
33+
- run: pytest

0 commit comments

Comments
 (0)