We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c9b770 commit 05e9849Copy full SHA for 05e9849
.github/workflows/test_package_build.yml
@@ -74,7 +74,7 @@ jobs:
74
if: matrix.package == 'archive'
75
run: pip install archive/archive.tgz
76
- name: Install test extras
77
- run: pip install package_name[test]
+ run: pip install track_linearization[test]
78
- name: Run tests
79
run: pytest --doctest-modules -v --pyargs track_linearization
80
- name: Test notebook
0 commit comments