Skip to content

Commit

Permalink
update ci (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy authored Jun 16, 2022
1 parent e58dd04 commit 6133c97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'master'
pull_request:
branches:
- 'master'
- 'master'

jobs:
test:
Expand All @@ -16,16 +16,16 @@ jobs:
fail-fast: false
matrix:
cfg:
- {os: ubuntu-latest, env-name: py36}
- {os: ubuntu-latest, env-name: py39}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install miniconda
uses: goanpeca/setup-miniconda@v1
uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
activate-environment: test_env_py36
environment-file: ci/requirements/py36.yml
activate-environment: test_env_py39
environment-file: ci/requirements/py39.yml
auto-activate-base: false
- name: Conda info
shell: bash -l {0}
Expand Down
4 changes: 2 additions & 2 deletions ci/requirements/py36.yml → ci/requirements/py39.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: test_env_py36
name: test_env_py39
channels:
- conda-forge
dependencies:
- python=3.6
- python=3.9
- pytest
- pytest-cov
- numpy
Expand Down

0 comments on commit 6133c97

Please sign in to comment.