We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d4baf2 commit 06726a0Copy full SHA for 06726a0
.github/workflows/jingle_python.yml
@@ -43,6 +43,7 @@ jobs:
43
working-directory: jingle_python
44
manylinux: manylinux2_28
45
before-script-linux: |
46
+ python3 -m pip install .
47
python3 gh_actions_setup.py
48
if [ -f .z3env ]; then
49
# shellcheck disable=SC1091
0 commit comments