Skip to content

Commit

Permalink
removed test with pytest section step in continuous integration becau…
Browse files Browse the repository at this point in the history
…se we have no actual test, and this causes the continuous integration to fail
  • Loading branch information
g-raffy committed Nov 11, 2023
1 parent 74b71ae commit 917b082
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
set PYTHONPATH=src
pytest
# - name: Test with pytest
# run: |
# set PYTHONPATH=src
# pytest
- name: Test with make
run: |
echo "Log level: $LOGLEVEL (this environment variable is unused yet)"
Expand Down

0 comments on commit 917b082

Please sign in to comment.