Skip to content

Commit 0eabc35

Browse files
committed
Correct path for support package in cross-env test.
1 parent ce2f834 commit 0eabc35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,5 +265,5 @@ jobs:
265265
source cross-venv/bin/activate
266266
python -m pip install pytest
267267
# 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
268+
python support/Python.xcframework/${{ matrix.slice }}/platform-config/${{ matrix.multiarch }}/make_cross_venv.py cross-venv
269269
python -m pytest tests

0 commit comments

Comments
 (0)