Skip to content

Commit

Permalink
move conda-forge to 1st
Browse files Browse the repository at this point in the history
  • Loading branch information
KedoKudo committed Dec 21, 2023
1 parent b9a6b83 commit 84d4a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
environment-file: environment.yml
condarc: |
channels:
- conda-forge
- neutrons
- mantid
- oncat
- conda-forge
cache-environment-key: ${{ runner.os }}-env-${{ hashFiles('**/environment.yml') }}
cache-downloads-key: ${{ runner.os }}-downloads-${{ hashFiles('**/environment.yml') }}

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: addie
channels:
- conda-forge
- neutrons
- mantid
- oncat
- conda-forge
dependencies:
- build
- configparser
Expand Down

0 comments on commit 84d4a79

Please sign in to comment.