Skip to content

Commit

Permalink
Include python version in Mambaforge tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinvis committed Oct 14, 2021
1 parent 7848d88 commit 69f63f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,17 @@ jobs:
- os: ubuntu
condarc-file: .github/condarc.yml
environment-file: environment.yml
python-version: "=3.7[build=*_pypy]"
miniforge-variant: Mambaforge-pypy3
- os: macos
condarc-file: .github/condarc.yml
environment-file: environment.yml
python-version: "3.7"
miniforge-variant: Mambaforge
- os: windows
condarc-file: .github/condarc.yml
environment-file: environment.yml
python-version: "3.7"
miniforge-variant: Mambaforge
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 69f63f9

Please sign in to comment.