Skip to content

Commit 558902b

Browse files
committed
Move testing to cibuildwheel
1 parent f29f872 commit 558902b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
CIBW_SKIP: "pp* *-musllinux* *-manylinux_i686"
104104
CIBW_TEST_COMMAND: "pytest {project}/singlestoredb/tests/test_basics.py"
105105
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"
106+
CIBW_ENVIRONMENT: "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'"
107107

108108
# - name: Build conda
109109
# if: ${{ matrix.os != 'windows-latest' }}

0 commit comments

Comments
 (0)