Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklinke committed Jan 22, 2023
1 parent 6efc438 commit 905ffb8
Show file tree
Hide file tree
Showing 3 changed files with 308 additions and 315 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,15 @@ jobs:
- name: Install initial dependencies
run: |
python -m pip install --upgrade pip
python -m pip install poetry==1.3.2 tox tox-gh-actions==3.0.0
python -m pip install poetry>=1.3.0
- name: Install dev dependencies
run: |
poetry config virtualenvs.create false
poetry install --with dev --no-interaction --no-ansi --no-root
poetry install --with dev --no-interaction --no-ansi
- name: Display installed packages
run: pip freeze

- name: Check versions
run: |
Expand Down
Loading

0 comments on commit 905ffb8

Please sign in to comment.