Skip to content

Commit

Permalink
Bump python version for CI tests to 3.9.
Browse files Browse the repository at this point in the history
We run dias in python-3.8 on marimba, so presumably we should be
using that to test, but that's no longer available, so let's try 3.9.
  • Loading branch information
ketiltrout committed Jan 18, 2025
1 parent 655231b commit 5fad770
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.9

- name: Install black
run: pip install black
Expand All @@ -40,10 +40,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up python 3.8
- name: Set up python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.9

- name: Install apt dependencies
run: |
Expand Down

0 comments on commit 5fad770

Please sign in to comment.