Skip to content

Commit 45f40d8

Browse files
authored
Update django.yml
1 parent 76ef7f8 commit 45f40d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/django.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
max-parallel: 4
1515
fail-fast: false
1616
matrix:
17-
python-version: [3.7, 3.8, 3.9]
17+
python-version: [3.7]
1818

1919
steps:
2020
- uses: actions/checkout@v4
@@ -24,6 +24,7 @@ jobs:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install Dependencies
2626
run: |
27+
sudo apt-get install libpython3.7-dev
2728
python -m pip install --upgrade pip
2829
pip install wheel
2930
pip install -r requirements.txt

0 commit comments

Comments
 (0)