Skip to content

Commit

Permalink
chores: version
Browse files Browse the repository at this point in the history
  • Loading branch information
raceychan committed Feb 28, 2025
1 parent bafc519 commit dbc23a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
CIBW_BUILD_VERBOSITY: 1
CIBW_BUILD: ${{ matrix.cibw_python }}-*
CIBW_ARCHS: ${{ matrix.cibw_arch }}
CIBW_TEST_REQUIRES: pytest==8.3.3 pytest-asyncio==0.24.0 pytest-cov==6.0.0 graphviz>=0.20.3
CIBW_TEST_REQUIRES: pytest==8.3.3 pytest-asyncio==0.24.0 pytest-cov==6.0.0 graphviz>=0.20.3 typing_extensions==4.12.2
CIBW_TEST_COMMAND: "pytest -vx --capture=fd {project}/tests"

CIBW_TEST_SKIP: "*universal2:arm64"
Expand Down

0 comments on commit dbc23a0

Please sign in to comment.