We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b72fc commit cac1b56Copy full SHA for cac1b56
.github/workflows/verify.yml
@@ -137,9 +137,11 @@ jobs:
137
run: |
138
docker run --rm \
139
-v "$PWD":/work \
140
+ -e PYTHONPATH=/work \
141
-w /work \
142
"${GHCR_IMAGE}:${IMAGE_TAG}" \
143
bash -c '
144
+ python -m pip install -e /work --no-deps
145
make smoke_test TEST=param_test
146
'
147
@@ -197,6 +199,7 @@ jobs:
197
199
- name: Run ${{ matrix.name }}
198
200
201
202
203
204
205
0 commit comments