Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MQ37 committed Jan 31, 2025
1 parent 71c604a commit f6bd4cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.13"]
python-version: ["3.12"]
poetry-version: ["latest"]
steps:
- name: Checkout repository
Expand All @@ -24,7 +24,7 @@ jobs:
poetry-version: ${{ matrix.poetry-version }}

- name: Install dependencies
run: poetry sync --no-interaction --no-ansi --all-groups
run: poetry sync --no-interaction --no-ansi --with lint --with test --with dev

- name: Run lint
run: make lint
Expand Down

0 comments on commit f6bd4cf

Please sign in to comment.