File tree 3 files changed +24
-33
lines changed
3 files changed +24
-33
lines changed Original file line number Diff line number Diff line change 10
10
- " tests/**"
11
11
- " setup.py"
12
12
- " pyproject.toml"
13
- - " buildosx"
14
13
- " conda-envs/**"
15
14
- " codecov.yml"
16
15
16
+ # Cancels all previous workflow runs for pull requests that have not completed.
17
+ concurrency :
18
+ # The concurrency group contains the workflow name and the branch name for pull requests
19
+ # or the commit hash for any other events.
20
+ group : ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
21
+ cancel-in-progress : true
22
+
17
23
jobs :
18
24
ubuntu :
19
25
strategy :
37
43
shell : bash -leo pipefail {0}
38
44
steps :
39
45
- uses : actions/checkout@v4
40
- - uses : mamba-org/setup-micromamba@v1
46
+ - uses : mamba-org/setup-micromamba@v2
41
47
with :
42
48
environment-file : conda-envs/environment-test.yml
43
49
create-args : >-
@@ -80,10 +86,10 @@ jobs:
80
86
shell : cmd /C call {0}
81
87
steps :
82
88
- uses : actions/checkout@v4
83
- - uses : mamba-org/setup-micromamba@v1
89
+ - uses : mamba-org/setup-micromamba@v2
84
90
with :
85
- environment-file : conda-envs/windows- environment-test.yml
86
- micromamba-version : " 1.5.10-0 " # Until https://github.com/mamba-org/mamba/issues/3467 is not fixed
91
+ environment-file : conda-envs/environment-test.yml
92
+ micromamba-version : " latest "
87
93
create-args : >-
88
94
python=${{matrix.python-version}}
89
95
environment-name : pymc-extras-test
Original file line number Diff line number Diff line change @@ -3,15 +3,17 @@ channels:
3
3
- conda-forge
4
4
- nodefaults
5
5
dependencies :
6
- - pymc>=5.21
7
- - pytest-cov>=2.5
8
- - pytest>=3.0
9
- - dask<2025.1.1
10
- - xhistogram
11
- - statsmodels
12
- - numba<=0.60.0
13
- - pip
14
- - pip :
15
- - blackjax
6
+ - pymc>=5.21.1
16
7
- scikit-learn
17
- - better_optimize
8
+ - better-optimize
9
+ - dask<2025.1.1
10
+ - xhistogram
11
+ - statsmodels
12
+ - numba
13
+ - pytest
14
+ - pytest-cov
15
+ - libgcc<15
16
+ - pip
17
+ - pip :
18
+ - jax
19
+ - blackjax
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments