Skip to content

Commit

Permalink
github actions: more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelzhang committed Dec 11, 2024
1 parent 39ccf71 commit b8e2ff8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- name: pip install and test
run: |
python -c "import sys; print(sys.version)"
echo ">> Installing dependencies ..."
make install
echo ">> Building extension ..."
make build-ext
make test
make report
Expand Down

0 comments on commit b8e2ff8

Please sign in to comment.