Skip to content

Commit

Permalink
fixup! Add test-package workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxcode123 committed Feb 15, 2024
1 parent 3379b86 commit 4df2130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install local package
run: make install local-package
run: make install-local-package
- name: Test package
run: make test-package

0 comments on commit 4df2130

Please sign in to comment.