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.
2 parents e28e83c + d34d500 commit 8ecc2afCopy full SHA for 8ecc2af
.github/workflows/upload_pypi.yml
@@ -45,6 +45,11 @@ jobs:
45
uses: actions/setup-python@v1
46
with:
47
python-version: 3.8
48
+ - name: Stable with rustfmt and clippy
49
+ uses: actions-rs/toolchain@v1
50
+ with:
51
+ profile: default
52
+ toolchain: stable
53
- name: Install dependencies
54
run: |
55
python -m pip install --upgrade pip
0 commit comments