Skip to content

Commit

Permalink
cicd: fix after adding __init__.py in #2
Browse files Browse the repository at this point in the history
  • Loading branch information
romintomasetti committed Jul 4, 2024
1 parent e2560d4 commit 6a8b54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Run tests.
run : |
PYTHONPATH=$PWD pytest tests/test_topology.py
python -m pytest tests/test_topology.py
install-as-package:
runs-on: [ubuntu-latest]
Expand Down

0 comments on commit 6a8b54d

Please sign in to comment.