Skip to content

Commit

Permalink
Merge pull request #101 from pyiron/channel
Browse files Browse the repository at this point in the history
CI: use channel-priority: strict
  • Loading branch information
jan-janssen authored Mar 3, 2021
2 parents d7581cb + fbf3b22 commit 611aa29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backwards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
auto-update-conda: true
python-version: 3.9
channel-priority: strict
environment-file: .ci_support/environment.yml
- name: Setup
shell: bash -l {0}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
with:
auto-update-conda: true
python-version: 3.9
channel-priority: strict
environment-file: .ci_support/environment.yml
- name: Setup
shell: bash -l {0}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
auto-update-conda: true
python-version: 3.9
channel-priority: strict
environment-file: .ci_support/environment.yml
auto-activate-base: false
- name: Setup
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
channel-priority: strict
environment-file: .ci_support/environment.yml
- name: Setup
shell: bash -l {0}
Expand Down

0 comments on commit 611aa29

Please sign in to comment.