Skip to content

Commit

Permalink
Use nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdrozd committed Apr 11, 2024
1 parent fe2aac1 commit 23401f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint mypy[mypyc] coverage ruff
rustup default nightly
rustup component add clippy
rustup update
- name: Lint
Expand Down

0 comments on commit 23401f4

Please sign in to comment.