We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111b614 commit 5a34405Copy full SHA for 5a34405
.github/workflows/python-package.yml
@@ -271,7 +271,6 @@ jobs:
271
cmake --build sdl_build --config Release &&
272
cmake --install sdl_build --config Release --prefix /usr/local &&
273
cp --verbose /usr/local/lib64/pkgconfig/sdl3.pc /lib64/pkgconfig/sdl3.pc
274
- PKG_CONFIG_PATH: "/usr/local/lib64/pkgconfig"
275
CIBW_BEFORE_TEST: pip install numpy
276
CIBW_TEST_COMMAND: python -c "import tcod.context"
277
# Skip test on emulated architectures
0 commit comments