Skip to content

Commit 05e9849

Browse files
committed
Fix name
1 parent 3c9b770 commit 05e9849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_package_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
if: matrix.package == 'archive'
7575
run: pip install archive/archive.tgz
7676
- name: Install test extras
77-
run: pip install package_name[test]
77+
run: pip install track_linearization[test]
7878
- name: Run tests
7979
run: pytest --doctest-modules -v --pyargs track_linearization
8080
- name: Test notebook

0 commit comments

Comments
 (0)