Commit 616882c 1 parent 036c23e commit 616882c Copy full SHA for 616882c
File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,6 @@ jobs:
103
103
strategy :
104
104
fail-fast : false
105
105
matrix :
106
- edgedb-server-version :
107
- - 6
108
106
include : ${{ fromJson(needs.build-wheels-matrix.outputs.include) }}
109
107
110
108
defaults :
@@ -113,6 +111,7 @@ jobs:
113
111
114
112
env :
115
113
PIP_DISABLE_PIP_VERSION_CHECK : 1
114
+ EDGEDB_SERVER_VERSION : 6
116
115
117
116
steps :
118
117
- uses : actions/checkout@v3
@@ -138,15 +137,15 @@ jobs:
138
137
if : runner.os != 'Linux'
139
138
uses : edgedb/setup-edgedb@v1
140
139
with :
141
- server-version : ${{ matrix.edgedb-server-version }}
140
+ server-version : ${{ env.EDGEDB_SERVER_VERSION }}
142
141
143
142
144
143
with :
145
144
only : ${{ matrix.only }}
146
145
env :
147
146
CIBW_BUILD_VERBOSITY : 1
148
147
CIBW_BEFORE_ALL_LINUX : >
149
- EDGEDB_SERVER_VERSION=${{ matrix.edgedb-server-version }} .github/workflows/install-edgedb.sh
148
+ EDGEDB_SERVER_VERSION=${{ env.EDGEDB_SERVER_VERSION }} .github/workflows/install-edgedb.sh
150
149
CIBW_TEST_EXTRAS : " test"
151
150
CIBW_TEST_COMMAND : >
152
151
python {project}/tests/__init__.py
You can’t perform that action at this time.
0 commit comments