Skip to content

Commit

Permalink
Merge branch 'jwilk:master' into completion
Browse files Browse the repository at this point in the history
  • Loading branch information
crpb authored Feb 3, 2024
2 parents 02157eb + 0a95bab commit b9357e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
container: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install deps
run: |
printf 'Apt::Install-Recommends "false";\n' | tee -a /etc/apt/apt.conf
Expand Down Expand Up @@ -48,12 +48,12 @@ jobs:
os: ubuntu-22.04
- python-version: '3.11'
os: ubuntu-22.04
- python-version: '3.12-dev'
- python-version: '3.12'
os: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: set up Python ${{matrix.python-version}}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{matrix.python-version}}
- name: run pydiatra
Expand Down

0 comments on commit b9357e2

Please sign in to comment.