Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
tpgillam committed Aug 8, 2024
1 parent 56b6d7a commit 1ccad0c
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 @@ -70,7 +70,7 @@ jobs:
CIBW_BUILD_FRONTEND: "build[uv]"
CIBW_BUILD: "${{ matrix.build }}${{ matrix.python }}*"
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_TEST_COMMAND: python -m unittest discover -s {project}/tests
CIBW_TEST_COMMAND: python -m unittest discover -t {project} -s {project}/tests

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

0 comments on commit 1ccad0c

Please sign in to comment.