Skip to content

Commit

Permalink
Try 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno committed Oct 18, 2023
1 parent cfe7788 commit 7eafb03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/PR-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
os: [ubuntu-latest] #, macos-latest, windows-latest]
env:
OS: ${{ matrix.os }}
PYTHON: '3.9'
PYTHON: '3.11.*'
steps:
- name: Cancel Workflow Action
uses: styfle/[email protected]
Expand All @@ -21,11 +21,11 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.9'
python-version: '3.11.*'
- name: Set up conda environment
uses: conda-incubator/setup-miniconda@v2
with:
python-version: '3.9'
python-version: '3.11.*'
miniforge-version: latest
use-mamba: true
channels: conda-forge,franklab,edeno,defaults
Expand Down

0 comments on commit 7eafb03

Please sign in to comment.