Skip to content

Commit

Permalink
relax pytest requirement. Run pytest via python -I to ignore ci/cd en…
Browse files Browse the repository at this point in the history
…vironment (#552)
  • Loading branch information
blckmaxima authored Mar 10, 2024
1 parent ea800ba commit 97c2fc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
CIBW_ARCHS_LINUX: 'x86_64 aarch64'
CIBW_ARCHS_MACOS: 'x86_64 universal2'
CIBW_ARCHS_WINDOWS: 'AMD64'
CIBW_TEST_REQUIRES: pytest==7.4.4
CIBW_TEST_COMMAND: python -mpytest --pyargs hmmlearn.tests {project}/doc
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: python -I -mpytest --pyargs hmmlearn.tests {project}/doc
- uses: actions/upload-artifact@v3
with:
name: wheels
Expand Down

0 comments on commit 97c2fc5

Please sign in to comment.