We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29f872 commit 558902bCopy full SHA for 558902b
1 file changed
.github/workflows/publish.yml
@@ -103,7 +103,7 @@ jobs:
103
CIBW_SKIP: "pp* *-musllinux* *-manylinux_i686"
104
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"
+ 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'"
107
108
# - name: Build conda
109
# if: ${{ matrix.os != 'windows-latest' }}
0 commit comments