File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 python-version : 3.11
2626 environment-file : recipe/env.yaml
2727 # use-mamba: true
28+ - name : Install tools
29+ run : |
30+ apt-get install -y git
2831 - name : Build recipe
2932 run : |
3033 conda info
4346 build-oldkernel :
4447 runs-on : ubuntu-latest
4548 container :
46- image : centos:7.6.1810
49+ image : debian:9
4750 defaults :
4851 run :
4952 shell : bash -l {0}
5760 python-version : 3.11
5861 environment-file : recipe_oldkern/env.yaml
5962 # use-mamba: true
63+ - name : Install tools
64+ run : |
65+ apt-get install -y git
6066 - name : Build recipe
6167 run : |
6268 conda info
Original file line number Diff line number Diff line change 11python :
22 - 3.11
33c_stdlib_version :
4- - 2.17
5- rust_compiler_version :
6- - 1.89
4+ - 2.28
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ requirements:
9595 - geometric
9696 - simple-dftd3
9797 - dftd4
98- - sysroot_linux-64 2.17
98+ # - sysroot_linux-64 2.17
9999 # host:
100100 # #- python
101101 # #- pip
Original file line number Diff line number Diff line change 22 - 3.11
33c_stdlib_version :
44 - 2.17
5- rust_compiler_version :
6- - 1.89
5+ # rust_compiler_version:
6+ # - 1.89
You can’t perform that action at this time.
0 commit comments