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 0138058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.12]
python-version: [3.12.1]

steps:
- uses: actions/checkout@v3
Expand All @@ -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 0138058

Please sign in to comment.