File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 48
48
sudo apt-get install mpich
49
49
sudo apt-get install libomp-dev
50
50
sudo apt-get install valgrind
51
- python3 -m pip install xlsxwriter
51
+ python3 -m pip install -r requirements.txt
52
52
- name : ccache
53
53
uses :
hendrikmuhs/[email protected]
54
54
with :
@@ -128,7 +128,7 @@ jobs:
128
128
sudo apt-get install mpich
129
129
sudo apt-get install libomp-dev
130
130
sudo apt-get install valgrind
131
- python3 -m pip install xlsxwriter
131
+ python3 -m pip install -r requirements.txt
132
132
- name : ccache
133
133
uses :
hendrikmuhs/[email protected]
134
134
with :
@@ -988,7 +988,7 @@ jobs:
988
988
sudo apt-get install mpich
989
989
sudo apt-get install libomp-dev
990
990
sudo apt-get install valgrind
991
- python3 -m pip install xlsxwriter
991
+ python3 -m pip install -r requirements.txt
992
992
- name : ccache
993
993
uses :
hendrikmuhs/[email protected]
994
994
with :
Original file line number Diff line number Diff line change
1
+ numpy == 2.2.1
2
+ XlsxWriter == 3.2.0
You can’t perform that action at this time.
0 commit comments