Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lanpa committed Dec 20, 2024
1 parent 624e705 commit e827c66
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ jobs:
# debug
uv pip list
pwd
ls -la
cat .venv/bin/activate
python --version
which python
which flake8
which pytest
python --version
# stop the build if there are Python syntax errors or undefined names
flake8 tensorboardX --count --select=E9,F63,F7,F82 --show-source --statistics
Expand Down

0 comments on commit e827c66

Please sign in to comment.