Skip to content

Commit bd99ee3

Browse files
revert some changes, pin libgcc<15
1 parent 69f2feb commit bd99ee3

File tree

2 files changed

+14
-18
lines changed

2 files changed

+14
-18
lines changed

.github/workflows/test.yml

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,14 @@ jobs:
4343
shell: bash -leo pipefail {0}
4444
steps:
4545
- uses: actions/checkout@v4
46-
- uses: conda-incubator/setup-miniconda@v3
46+
- uses: mamba-org/setup-micromamba@v2
4747
with:
4848
environment-file: conda-envs/environment-test.yml
49-
miniconda-version: "latest"
50-
mamba-version: "*"
51-
activate-environment: pymc-extras-test
52-
channel-priority: strict
53-
channels: conda-forge, nodefaults
54-
conda-remove-defaults: true
55-
python-version: ${{matrix.python-version}}
56-
use-mamba: true
49+
create-args: >-
50+
python=${{matrix.python-version}}
51+
environment-name: pymc-extras-test
52+
init-shell: bash
53+
cache-environment: true
5754
- name: Install pymc-extras
5855
run: |
5956
pip install -e .
@@ -89,17 +86,15 @@ jobs:
8986
shell: cmd /C call {0}
9087
steps:
9188
- uses: actions/checkout@v4
92-
- uses: conda-incubator/setup-miniconda@v3
89+
- uses: mamba-org/setup-micromamba@v2
9390
with:
9491
environment-file: conda-envs/environment-test.yml
95-
miniconda-version: "latest"
96-
mamba-version: "*"
97-
activate-environment: pymc-extras-test
98-
channel-priority: strict
99-
channels: conda-forge, nodefaults
100-
conda-remove-defaults: true
101-
python-version: ${{matrix.python-version}}
102-
use-mamba: true
92+
micromamba-version: "latest"
93+
create-args: >-
94+
python=${{matrix.python-version}}
95+
environment-name: pymc-extras-test
96+
init-shell: cmd
97+
cache-environment: true
10398
- name: Install pymc-extras
10499
run: |
105100
pip install -e .

conda-envs/environment-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies:
1212
- numba
1313
- pytest
1414
- pytest-cov
15+
- libgcc<15
1516
- pip
1617
- pip:
1718
- jax

0 commit comments

Comments
 (0)