Skip to content

Commit

Permalink
Add setuptools as a dependency on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kalys committed Mar 9, 2024
1 parent 44f322a commit 14be5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools wheel
pip install --user pipenv
pipenv sync -d
- name: Run migrations
Expand Down

0 comments on commit 14be5da

Please sign in to comment.