1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-10-02 06:21:05 +02:00

[wheel build] Fixing the tests

This commit is contained in:
q-posev 2024-08-17 23:33:21 +02:00
parent 5e60d3dfc7
commit 38b84055eb

View File

@ -123,7 +123,7 @@ jobs:
CIBW_BUILD_FRONTEND: "build"
CIBW_ENVIRONMENT: H5_CFLAGS="-I/Users/runner/work/trexio/trexio/hdf5/include" H5_LDFLAGS="-L/Users/runner/work/trexio/trexio/hdf5/lib"
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "pytest -v --all test/test_api.py"
CIBW_TEST_COMMAND: "python3 -m pytest -v --all test/test_api.py"
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6