Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed May 24, 2024
1 parent f01bd9c commit d785946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
python-version: "3.12"

- name: Install dependencies
run: python3 -m pip install ".[dev]"
run: python3 -m pip install -r requirements.txt

- name: Check style
run: python3 -m ruff check . && python3 -m ruff format --check .

0 comments on commit d785946

Please sign in to comment.