Skip to content

Commit

Permalink
restrict to python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
phelps-sg committed Aug 22, 2023
1 parent 9828c74 commit 81ebeca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/conda_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest ]
python: [ '3.7', '3.8', '3.9', '3.10' ]
# python: [ '3.7', '3.8', '3.9', '3.10' ]
python: [ '3.10' ]

steps:

Expand Down

0 comments on commit 81ebeca

Please sign in to comment.