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 3c9b770 commit 05e9849
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 @@ -74,7 +74,7 @@ jobs:
if: matrix.package == 'archive'
run: pip install archive/archive.tgz
- name: Install test extras
run: pip install package_name[test]
run: pip install track_linearization[test]
- name: Run tests
run: pytest --doctest-modules -v --pyargs track_linearization
- name: Test notebook
Expand Down

0 comments on commit 05e9849

Please sign in to comment.