Skip to content

Commit

Permalink
Try updating the python version
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno committed Oct 17, 2023
1 parent fe86b34 commit e411706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.10'
steps:
- name: Cancel Workflow Action
uses: styfle/[email protected]
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10
- name: Set up conda environment
uses: conda-incubator/setup-miniconda@v2
with:
Expand Down

0 comments on commit e411706

Please sign in to comment.