Skip to content

Commit

Permalink
with dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Sep 25, 2023
1 parent 4b56bdd commit 920a95a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ jobs:
uses: Gr1N/setup-poetry@v8
- name: Install dependencies
run: |
poetry install
poetry install --with dev
pip list
- name: Lint with Flake8
if: github.event_name == 'push' && matrix.python-version == 3.8
run: |
poetry run flake8
- name: Test with pytest
Expand Down

0 comments on commit 920a95a

Please sign in to comment.