Commit 9a2a9ea 1 parent 0fa6d17 commit 9a2a9ea Copy full SHA for 9a2a9ea
File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 36
36
python-version : ${{ matrix.python-version }}
37
37
- name : Install dependencies
38
38
run : sudo apt-get install -y graphviz
39
- - name : Install requirements
39
+ - name : Install requirements for Python 3.10
40
+ if : matrix.python-version == '3.10'
41
+ run : pip install git+https://github.com/XENONnT/base_environment.git@el7.2025.01.3 --force-reinstall
42
+ - name : Install requirements for Python 3.11
43
+ if : matrix.python-version == '3.11'
40
44
run : pip install git+https://github.com/XENONnT/base_environment.git --force-reinstall
41
45
- name : Start MongoDB
42
46
uses : supercharge/mongodb-github-action@1.11.0
Original file line number Diff line number Diff line change 164
164
type = bool ,
165
165
help = 'If True, save superruns as rechunked "new" data.' ,
166
166
),
167
- strax .Option (
168
- name = "check_superrun_configs" ,
169
- default = True ,
170
- type = bool ,
171
- help = "If True, check whether all subruns' config are the same." ,
172
- ),
173
167
)
174
168
@export
175
169
class Context :
You can’t perform that action at this time.
0 commit comments