We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88244af commit ed5dfd0Copy full SHA for ed5dfd0
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