Skip to content

Commit

Permalink
Update django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghosts6 authored Oct 2, 2024
1 parent d73461d commit a2dc9a9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, 3.10]
python-version: [3.8, 3.9]

steps:
- uses: actions/checkout@v4
Expand All @@ -21,10 +21,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Clear pip cache
run: |
pip cache purge
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit a2dc9a9

Please sign in to comment.