Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
blckmaxima committed Mar 2, 2024
1 parent ce6271c commit 7ff9ee4
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: python -mpytest --ignore-glob='C:\Documents and Settings\*' --ignore-glob='/private/var/*' --pyargs hmmlearn {project}/doc
CIBW_TEST_COMMAND: python -mpytest --ignore='C:\Documents and Settings' --ignore-glob='/private/var/*' --pyargs hmmlearn {project}/doc
- uses: actions/upload-artifact@v3
with:
name: wheels
Expand Down

0 comments on commit 7ff9ee4

Please sign in to comment.