File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 67
67
continue-on-error : true # This is not critical to succeed.
68
68
- name : Install dependencies
69
69
run : |
70
- python -m pip install --upgrade pip wheel
71
-
72
70
# TODO remove next line installing ase from main branch until FrechetCellFilter is released
73
71
pip install git+https://gitlab.com/ase/ase
74
72
Original file line number Diff line number Diff line change @@ -97,11 +97,10 @@ jobs:
97
97
continue-on-error : true # This is not critical to succeed.
98
98
- name : Install dependencies
99
99
run : |
100
- python -m pip install numpy cython
101
-
102
100
# TODO remove next line installing ase from main branch until FrechetCellFilter is released
103
- pip install git+https://gitlab.com/ase/ase
101
+ python -m pip install git+https://gitlab.com/ase/ase
104
102
103
+ python -m pip install numpy cython
105
104
python -m pip install -e '.[dev,optional]'
106
105
107
106
- name : pytest split ${{ matrix.split }}
Original file line number Diff line number Diff line change 68
68
],
69
69
"optional" : [
70
70
"ase>=3.22.1" ,
71
- # TODO restore BoltzTraP2 when install fixed, hopefully following merge of
71
+ # BoltzTraP2 install was fixed in
72
72
# https://gitlab.com/sousaw/BoltzTraP2/-/merge_requests/18
73
- # caused CI failure due to ModuleNotFoundError: No module named 'packaging'
74
- # "BoltzTraP2>=22.3.2; platform_system!='Windows'",
73
+ "BoltzTraP2>=24.1.1; platform_system!='Windows'" ,
75
74
"chemview>=0.6" ,
76
75
"chgnet" ,
77
76
"f90nml>=1.1.2" ,
You can’t perform that action at this time.
0 commit comments