Skip to content

Commit

Permalink
Merge pull request #26 from counsyl/20240827__fix_py36
Browse files Browse the repository at this point in the history
Retrigger
  • Loading branch information
hrichards authored Aug 27, 2024
2 parents 17e871d + fa5ac00 commit f506d03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ jobs:
# Maps tcp port 5432 on service container to the host
- 5432:5432

runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
max-parallel: 4
matrix:
python-version: [3.6]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
Expand Down

0 comments on commit f506d03

Please sign in to comment.