We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17b1a83 commit f29f872Copy full SHA for f29f872
1 file changed
.github/workflows/publish.yml
@@ -101,7 +101,7 @@ jobs:
101
CIBW_ARCHS_MACOS: "universal2"
102
CIBW_BUILD: "cp39-*"
103
CIBW_SKIP: "pp* *-musllinux* *-manylinux_i686"
104
- CIBW_TEST_COMMAND: "pytest {project}/tests/test_basics.py"
+ CIBW_TEST_COMMAND: "pytest {project}/singlestoredb/tests/test_basics.py"
105
CIBW_TEST_REQUIRES: "pytest"
106
SINGLESTOREDB_URL: "mysql://${{ secrets.CLUSTER_USER }}:${{ secrets.CLUSTER_PASSWORD }}@${{ needs.setup-database.outputs.cluster-host }}:3306/${{ needs.setup-database.outputs.cluster-database }}?pure_python=0"
107
0 commit comments