Skip to content

Commit

Permalink
specify order of channels
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Borreguero <[email protected]>
  • Loading branch information
jmborr committed Mar 25, 2024
1 parent 8b75bc0 commit d0b4d31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
channels: mantid/label/main,conda-forge,defaults
mamba-version: "*"
environment-file: environment.yml
cache-environment-key: ${{ runner.os }}-env-${{ hashFiles('**/environment.yml') }}
Expand Down
2 changes: 0 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ dependencies:
- pip:
- git+https://github.com/peterfpeterson/[email protected]
# Development dependencies
- libmamba
- libarchive
- setuptools
- pre-commit
- boa
Expand Down

0 comments on commit d0b4d31

Please sign in to comment.