Skip to content

Commit

Permalink
Use fixed versions for the linter dependencies to avoid that results …
Browse files Browse the repository at this point in the history
…are different for the same source code level on different test runs due to update of the dependencies
  • Loading branch information
liebharc committed Jan 5, 2024
1 parent c8e5c19 commit 5ee7f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruff mypy
pip install ruff==0.0.285 mypy==1.5.1
- name: List packages
run: pip list
Expand Down

0 comments on commit 5ee7f9b

Please sign in to comment.