Skip to content

Commit

Permalink
Upgrade pip, setuptools, and wheel in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
slyapustin committed Jan 5, 2025
1 parent 71b7b48 commit f636740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:

- name: Install dependencies
run: |
pip install --upgrade pip setuptools wheel --quiet
pip install "${{ matrix.django-version }}" --quiet
python setup.py install
pip install flake8
Expand Down

0 comments on commit f636740

Please sign in to comment.