Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno committed Oct 23, 2024
1 parent 40329d2 commit 3c9b770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_package_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Install test extras
run: pip install package_name[test]
- name: Run tests
run: pytest --doctest-modules -v --pyargs package_name
run: pytest --doctest-modules -v --pyargs track_linearization
- name: Test notebook
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 3c9b770

Please sign in to comment.