Skip to content

Commit

Permalink
build: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Jul 31, 2024
1 parent ff724c1 commit c175d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install requirements
run: poetry install --with tests
run: poetry install --with dev

- name: Check code
run: poetry run ruff check muffin_apiclient
Expand Down

0 comments on commit c175d67

Please sign in to comment.