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 40cd479 commit 2f92733Copy full SHA for 2f92733
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
run: pixi run -e release twine check dist/*
39
40
- name: Check install
41
- shell: pixi exec -s python -s pip -- bash -e {0}
+ shell: pixi exec -s python==3.11 -s pip -- bash -e {0}
42
run: |
43
pip install dist/*.whl
44
python -c "from pydiverse.pipedag import *"
0 commit comments