Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cicharka committed Aug 9, 2024
1 parent cce5c4b commit 8e96092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
python-version: '3.10'

- uses: isort/isort-action@master
- uses: isort/isort-action@c655831799765e9593989ee12faba13b6ca391a5 # v5.13.2
with:
requirementsFiles: "requirements.txt"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements.txt --no-deps

0 comments on commit 8e96092

Please sign in to comment.