Skip to content

Commit

Permalink
configure confguration file
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed May 17, 2024
1 parent 39925c0 commit 1da3351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
CIBW_ENVIRONMENT: "LDFLAGS='-static-libstdc++'"
CIBW_BUILD_VERBOSITY: 1
CIBW_TEST_EXTRAS: test
CIBW_TEST_COMMAND: pytest --rootdir {project} --color=yes --pyargs yt
CIBW_TEST_COMMAND: pytest -c {project}/pyproject.toml --color=yes --pyargs yt

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 1da3351

Please sign in to comment.