Skip to content

Commit

Permalink
Update test.yml (#689)
Browse files Browse the repository at this point in the history
* Update test.yml

Fixes failing python 3.6 tests

* Update test.yml
  • Loading branch information
jamaalscarlett authored Aug 16, 2023
1 parent 184391b commit 53525ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build:
name: build (Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }})
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -37,6 +37,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade tox tox-gh-actions
python -m pip install setuptools-scm==6.4.2
- name: Tox tests
run: |
Expand Down

0 comments on commit 53525ca

Please sign in to comment.