Skip to content

Commit b72153b

Browse files
Comment out pytest test step in CI workflow
The pytest test step in the GitHub Actions workflow has been commented out, possibly to temporarily disable automated testing while retaining the configuration for future use.
1 parent 41ca446 commit b72153b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/python-package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3636
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3737
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=221 --statistics --exclude tests
38-
- name: Test with pytest
39-
run: |
40-
pytest
41-
env:
42-
STEAM_API_KEY: ${{ secrets.STEAM_API_KEY }}
38+
# - name: Test with pytest
39+
# run: |
40+
# pytest
41+
# env:
42+
# STEAM_API_KEY: ${{ secrets.STEAM_API_KEY }}

0 commit comments

Comments
 (0)