Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dinoperovic committed May 5, 2023
1 parent f4c982a commit 1fae662
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ jobs:
- name: Install dependencies Django-${{ matrix.django-version }} Wagtail-${{ matrix.wagtail-version }}
run: |
python -m pip install --upgrade pip
pip install poetry~=1.4.0 Django~=${{ matrix.django-version }}.0 Wagtail~=${{ matrix.wagtail-version }}
pip install poetry~=1.4.0
poetry config virtualenvs.create false
poetry install --no-dev -E tests
pip install Django~=${{ matrix.django-version }}.0 Wagtail~=${{ matrix.wagtail-version }}
- name: Test with pytest
run: pytest --cov-report=xml
- name: Send to codecov
Expand Down

0 comments on commit 1fae662

Please sign in to comment.