Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
Signed-off-by: Aisuko <[email protected]>
  • Loading branch information
Aisuko committed Jul 18, 2024
1 parent 155615f commit 09b22c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ jobs:
poetry-version: ${{ matrix.poetry-version }}
- name: Install dependencies
run: |
make install
make install-dev
- name: Install PyTest
run: |
pip install pytest==8.2.2
- name: Run tests
run: |
make test

0 comments on commit 09b22c7

Please sign in to comment.