Skip to content

Commit

Permalink
Disable pytest in wheel building for now
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed Nov 11, 2021
1 parent df5a9f2 commit 7216dc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on: [push]
env:
CIBW_BUILD_VERBOSITY: 1
# Run the package tests using `pytest`
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: pytest
# CIBW_TEST_REQUIRES: pytest
# CIBW_TEST_COMMAND: pytest
jobs:
make_sdist:
name: Make SDist
Expand Down

0 comments on commit 7216dc7

Please sign in to comment.