Skip to content

Commit

Permalink
Add MacOS and Windows conda testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbarrett committed Feb 3, 2021
1 parent 5ab7570 commit a03c4ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ jobs:

anaconda:
name: ${{ matrix.os }}-anaconda-${{ matrix.env }}
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash -l {0} # setup-miniconda requires using login bash shells to activate env
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.8']
env: [base, test]
steps:
Expand Down

0 comments on commit a03c4ed

Please sign in to comment.