Skip to content

Commit

Permalink
only ubuntu 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Morris committed Oct 20, 2023
1 parent 8cc50d7 commit abc01fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
fail-fast: false
matrix:
#os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
python-version: [3.8, 3.9, "3.10"]
os: [ubuntu-latest] #, windows-latest]
python-version: [ "3.10"] #3.8, 3.9,
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit abc01fc

Please sign in to comment.