Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Nov 9, 2023
1 parent a347fee commit 4d97d57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
run: |
pip install --verbose -e .[test]
- name: Print GLIBC dependency
run: |
objdump -T libpyg.so | grep GLIBC_
- name: Run tests
run: |
pytest --cov --cov-report=xml
objdump -T libpyg.so | grep GLIBC_

0 comments on commit 4d97d57

Please sign in to comment.