Skip to content

Commit 0dbdd0d

Browse files
Remove default channel when setting up ci env
1 parent cdcdee4 commit 0dbdd0d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
mamba-version: "*"
4444
activate-environment: pymc-extras-test
4545
channel-priority: strict
46+
channels: conda-forge, nodefaults
47+
conda-remove-defaults: true
4648
python-version: ${{matrix.python-version}}
4749
use-mamba: true
4850
- name: Install pymc-extras
@@ -87,6 +89,8 @@ jobs:
8789
mamba-version: "*"
8890
activate-environment: pymc-extras-test
8991
channel-priority: strict
92+
channels: conda-forge, nodefaults
93+
conda-remove-defaults: true
9094
python-version: ${{matrix.python-version}}
9195
use-mamba: true
9296
- name: Install pymc-extras

conda-envs/environment-test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ dependencies:
99
- dask<2025.1.1
1010
- xhistogram
1111
- statsmodels
12-
- jax
13-
- blackjax
1412
- numba
1513
- pytest
1614
- pytest-cov
15+
- pip
16+
- pip:
17+
- jax
18+
- blackjax

0 commit comments

Comments
 (0)