Skip to content

Commit 1863111

Browse files
committed
Make installed version number of clang-format less specific
1 parent a632cdd commit 1863111

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nestbuildmatrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: "Install Python dependencies"
6868
run: |
6969
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
7171
python -c "import setuptools; print('package location:', setuptools.__file__)"
7272
python -m pip install --force-reinstall --upgrade scipy 'junitparser>=2' numpy pytest pytest-timeout pytest-xdist mpi4py cython matplotlib terminaltables pandoc
7373
python -c "import pytest; print('package location:', pytest.__file__)"

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ dependencies:
9191
- pip:
9292
# For testsuite
9393
- junitparser >= 2
94-
- clang-format == 13.0.0
94+
- clang-format == 13.0
9595
# For documentation
9696
- example
9797
- Image

0 commit comments

Comments
 (0)