Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Dec 5, 2023
1 parent 684e7b2 commit 9e7d407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
poetry config virtualenvs.in-project true
poetry run pip install --upgrade pip
poetry install -E all
poetry install
poetry run pip install -U "${{ matrix.django-version }}"
- name: Run Static Analysis
run: |
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
run: |
poetry config virtualenvs.in-project true
poetry run pip install --upgrade pip
poetry install -E all
poetry install
poetry run pip install -U "${{ matrix.django-version }}"
- name: Run Unit Tests
run: |
Expand Down

0 comments on commit 9e7d407

Please sign in to comment.