Skip to content

Commit

Permalink
Run tests from {project} for now, not {package}
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jun 3, 2024
1 parent af8eb53 commit 4b062e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:
CIBW_TEST_EXTRAS: "dev,all"
CIBW_TEST_COMMAND: |
set -e -x
pytest {package}/tests/integration/
pytest {project}/tests/integration/
- name: Upload wheels for macOS (amd64, arm64)
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4b062e3

Please sign in to comment.