Skip to content

Commit

Permalink
fix github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
flaport committed Nov 12, 2024
1 parent 26fbd24 commit 86a9e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
CIBW_ARCHS_WINDOWS: AMD64
CIBW_SKIP: '*-musllinux* pp*'
CIBW_BEFORE_TEST: 'pip install pytest'
CIBW_TEST_COMMAND: 'pytest tests.py'
CIBW_TEST_COMMAND: 'python {project}/.github/run_tests.py'

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

0 comments on commit 86a9e7e

Please sign in to comment.