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 8ebde9a commit 6a3f902Copy full SHA for 6a3f902
.github/workflows/test.yml
@@ -173,7 +173,7 @@ jobs:
173
export PATH="$HOME/.pyenv/versions/$(cat .python-version)/bin:$PATH"
174
if test -d .env/bin/; then source .env/bin/activate; else source .env/Scripts/activate; fi
175
maturin list-python
176
- PYTHON_INTERPRETER=$(maturin list-python | grep -o "CPython $(cat .python-version | grep -o -E '^[^\.]+\.[^\.]+').* at .*" | cut -d' ' -f 4 | tr '\\' '/')
+ PYTHON_INTERPRETER=$(maturin list-python 2>&1 | grep -o "CPython $(cat .python-version | grep -o -E '^[^\.]+\.[^\.]+').* at .*" | cut -d' ' -f 4 | tr '\\' '/')
177
echo "Selected interpreter: ${PYTHON_INTERPRETER}"
178
just build-all "${{ matrix.target.target-name }}"
179
0 commit comments