Skip to content

Commit

Permalink
Fix py linter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Reckless-Satoshi committed Nov 14, 2023
1 parent 281f144 commit f2333f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/py-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.11.6'
python-version: '3.12'
cache: pip
- run: pip install requirements_dev.txt
- run: pip install -r requirements_dev.txt
- name: Run linters
uses: wearerequired/lint-action@v2
with:
Expand Down

0 comments on commit f2333f0

Please sign in to comment.