File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 67
67
- name : " Install Python dependencies"
68
68
run : |
69
69
python -m pip install --upgrade pip setuptools
70
- python -m pip install clang-format==13.0.0
70
+ python -m pip install clang-format==13.0
71
71
python -c "import setuptools; print('package location:', setuptools.__file__)"
72
72
python -m pip install --force-reinstall --upgrade scipy 'junitparser>=2' numpy pytest pytest-timeout pytest-xdist mpi4py cython matplotlib terminaltables pandoc
73
73
python -c "import pytest; print('package location:', pytest.__file__)"
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ dependencies:
91
91
- pip :
92
92
# For testsuite
93
93
- junitparser >= 2
94
- - clang-format == 13.0.0
94
+ - clang-format == 13.0
95
95
# For documentation
96
96
- example
97
97
- Image
You can’t perform that action at this time.
0 commit comments