Skip to content

Commit ec6e202

Browse files
committed
CI: drop dev deps
1 parent cbac937 commit ec6e202

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with: {fetch-depth: 0, submodules: recursive}
3030
- name: strip environment.yml
3131
run: |
32-
cat environment.yml | grep -v "#.*\<\local\>" > temp-ci-environment.yml
32+
cat environment.yml | grep -Ev "#.*local" > temp-ci-environment.yml
3333
- uses: conda-incubator/setup-miniconda@v4
3434
with:
3535
activate-environment: yardl

environment.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- bash-completion>=2.11
6+
- bash-completion>=2.11 # local
77
- ccache>=4.5.1
88
- cmake>=3.21.3
9-
- compilers
10-
- h5py>=3.7.0
9+
- compilers # local
10+
- h5py>=3.7
1111
- hdf5>=1.12.1
1212
- howardhinnant_date>=3.0.1
13-
- ipykernel>=6.19.2
14-
- just>=1.36.0
15-
- matplotlib
16-
- ninja>=1.11.0
13+
- ipykernel>=6.19.2 # local
14+
- just>=1.36
15+
- matplotlib # local
16+
- ninja>=1.11
1717
- nlohmann_json>=3.11.2
1818
- numpy>=1.24.3
1919
- pip
20-
- pre-commit>=4.0.1
21-
- python>=3.11.3
22-
- shellcheck>=0.8.0
20+
- pre-commit>=4.0.1 # local
21+
- python>=3.9
22+
- shellcheck>=0.8 # local
2323
- xtensor>=0.24.2
2424
- xtensor-blas

0 commit comments

Comments
 (0)