Skip to content

Commit 2f92733

Browse files
committed
Fix pixi release check.
1 parent 40cd479 commit 2f92733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: pixi run -e release twine check dist/*
3939

4040
- name: Check install
41-
shell: pixi exec -s python -s pip -- bash -e {0}
41+
shell: pixi exec -s python==3.11 -s pip -- bash -e {0}
4242
run: |
4343
pip install dist/*.whl
4444
python -c "from pydiverse.pipedag import *"

0 commit comments

Comments
 (0)