We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7d0707 + 30db908 commit 97593acCopy full SHA for 97593ac
1 file changed
.github/workflows/python.yml
@@ -80,6 +80,7 @@ jobs:
80
shell: bash
81
run: |
82
set -e
83
+ rustup install --profile=minimal stable
84
python3 -m venv .venv
85
source .venv/bin/activate
86
pip install reclass-rs --find-links dist --force-reinstall
0 commit comments