Skip to content

Commit

Permalink
bug fix: ditching default conda channel
Browse files Browse the repository at this point in the history
  • Loading branch information
Kdreval committed Sep 17, 2024
1 parent 8bd0299 commit 061f3cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: r
channels: conda-forge,defaults
channels: conda-forge,nodefaults
python-version: 3.11
auto-activate-base: false
environment-file: envs/r.yaml
Expand Down
2 changes: 1 addition & 1 deletion envs/r.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: deps
channels:
- conda-forge
- defaults
- nodefaults
dependencies:
- _libgcc_mutex=0.1
- _openmp_mutex=4.5
Expand Down

0 comments on commit 061f3cd

Please sign in to comment.