We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae21c2 commit d33a13dCopy full SHA for d33a13d
.github/workflows/test-linux.yml
@@ -25,7 +25,6 @@ jobs:
25
- name: Build main.sh
26
env:
27
ARTIFACT_URL: ${{ needs.build-linux-kernel.outputs.kernel-artifact-url }}
28
- PYTHON: ${{ steps.py312.outputs.python-path }}
29
run: |
30
cargo test --no-run
31
# Yes, there appears to be no way to just retrieve the
@@ -45,7 +44,7 @@ jobs:
45
44
unzip artifact.zip
46
cat <<EOF > main.sh
47
set -e
48
- export PYTHON=${PYTHON}
+ export PYTHON=${{ steps.py312.outputs.python-path }}
49
cargo test --features=dont-generate-unit-test-files -- --include-ignored
50
EOF
51
cat main.sh
0 commit comments