Skip to content

Commit

Permalink
Re-enable Ubuntu tests using various Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Jan 5, 2022
1 parent f468a0a commit d1311aa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ jobs:
- {os: windows-latest, python_Version: '3.7', toxenv: 'py37'}
- {os: windows-latest, python_Version: '3.8', toxenv: 'py38'}
- {os: windows-latest, python_Version: '3.9', toxenv: 'py39'}
# Linux still not working
# {os: linux-latest, python_Version: '3.7', toxenv: 'py37'}
# {os: linux-latest, python_Version: '3.8', toxenv: 'py38'}
# {os: linux-latest, python_Version: '3.9', toxenv: 'py39'}
- {os: ubuntu-latest, python_Version: '3.7', toxenv: 'py37'}
- {os: ubuntu-latest, python_Version: '3.8', toxenv: 'py38'}
- {os: ubuntu-latest, python_Version: '3.9', toxenv: 'py39'}
- {os: macos-latest, python_Version: '3.7', toxenv: 'py37'}
- {os: macos-latest, python_Version: '3.8', toxenv: 'py38'}
# missing numcodecs wheels on 3.9. conda not yet an option. see gh-51
Expand Down

0 comments on commit d1311aa

Please sign in to comment.