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 ce2f834 commit 0eabc35Copy full SHA for 0eabc35
.github/workflows/ci.yaml
@@ -265,5 +265,5 @@ jobs:
265
source cross-venv/bin/activate
266
python -m pip install pytest
267
# Convert venv into cross-venv
268
- python support/${{ needs.config.outputs.PYTHON_VER }}/${{ matrix.platform }}/Python.xcframework/${{ matrix.slice }}/platform-config/${{ matrix.multiarch }}/make_cross_venv.py cross-venv
+ python support/Python.xcframework/${{ matrix.slice }}/platform-config/${{ matrix.multiarch }}/make_cross_venv.py cross-venv
269
python -m pytest tests
0 commit comments