Skip to content

Commit

Permalink
correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
blckmaxima committed Mar 2, 2024
1 parent 3fea427 commit 801ea0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
CIBW_ARCHS_MACOS: 'x86_64 universal2'
CIBW_ARCHS_WINDOWS: 'AMD64'
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: pytest {project}/lib/hmmlearn {project}/doc
CIBW_TEST_COMMAND: pytest {project}/lib/hmmlearn/tests {project}/doc
- uses: actions/upload-artifact@v3
with:
name: wheels
Expand Down

0 comments on commit 801ea0b

Please sign in to comment.