Skip to content

Commit b16cd9f

Browse files
committed
Fix actions not using latest commit
1 parent 53b72fc commit b16cd9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ jobs:
140140
-w /work \
141141
"${GHCR_IMAGE}:${IMAGE_TAG}" \
142142
bash -c '
143+
python -m pip install -e /work --no-deps
143144
make smoke_test TEST=param_test
144145
'
145146

0 commit comments

Comments
 (0)