Skip to content

Commit

Permalink
Why is this?
Browse files Browse the repository at this point in the history
  • Loading branch information
HinTak committed May 21, 2024
1 parent 7d8cd06 commit 9a20bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
CIBW_BEFORE_ALL: bash scripts/build_${{ runner.os }}.sh
CIBW_BEFORE_BUILD: pip install pybind11 numpy
CIBW_TEST_REQUIRES: pytest pillow glfw
CIBW_TEST_REQUIRES_MACOS: pytest pillow pyopengl
CIBW_TEST_REQUIRES_MACOS: pytest pillow pyopengl glfw
CIBW_TEST_COMMAND: python -m pytest {project}/tests
CIBW_TEST_COMMAND_LINUX: >
xvfb-run -s "-screen 0 640x480x24" python -m pytest {project}/tests
Expand Down

0 comments on commit 9a20bd0

Please sign in to comment.