Skip to content

Commit

Permalink
Update github workflow (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
RJMW committed Jul 16, 2024
1 parent 694d36f commit 43e4fad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
commit-range: ${{ steps.discover.outputs.commit-range }}
strategy:
matrix:
python-version: ['3.7']
python-version: ['3.11']
steps:
- name: Print github context properties
run: |
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7']
python-version: ['3.11']
steps:
# checkout the repository
# and use it as the current working directory
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7']
python-version: ['3.11']
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
fail-fast: false
matrix:
chunk: ${{ fromJson(needs.setup.outputs.chunk-list) }}
python-version: ['3.7']
python-version: ['3.11']
services:
postgres:
image: postgres:11
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
# runs-on: ubuntu-latest
# strategy:
# matrix:
# python-version: ['3.7']
# python-version: ['3.11']
# steps:
# - uses: actions/download-artifact@v2
# with:
Expand Down Expand Up @@ -355,7 +355,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7']
python-version: ['3.11']
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 43e4fad

Please sign in to comment.