Skip to content

Commit

Permalink
install dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
minimike86 committed Oct 25, 2024
1 parent 9c80257 commit d41bf1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Install dependencies
run: |
poetry install
poetry install --all
- name: Run black
uses: psf/black@stable
Expand All @@ -43,6 +43,7 @@ jobs:
tests:
name: Test
runs-on: ubuntu-latest
needs: setup
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -62,7 +63,7 @@ jobs:
- name: Install dependencies
run: |
poetry install
poetry install --all
- name: Run tests
run: |
Expand Down

0 comments on commit d41bf1d

Please sign in to comment.