File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -3,22 +3,22 @@ channels:
33 - conda-forge
44 - defaults
55dependencies :
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
You can’t perform that action at this time.
0 commit comments