Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Update test_and_deploy.yml to py311
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson authored Nov 29, 2023
1 parent 1718db4 commit 37e51b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
matrix:
# Run all supported Python versions on linux
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]
# Include one windows, one macos run
include:
- os: macos-latest
python-version: "3.9"
python-version: "3.11"
- os: windows-latest
python-version: "3.9"
python-version: "3.11"

steps:
- name: Cache tensorflow model
Expand Down Expand Up @@ -64,10 +64,10 @@ jobs:
with:
repository: 'brainglobe/cellfinder'

- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: "3.10"
python-version: "3.11"

- name: Install test dependencies
run: |
Expand Down

0 comments on commit 37e51b3

Please sign in to comment.