Skip to content

Commit 0b49b14

Browse files
authored
Fix ci (#86)
* Fix ci * fix ci
1 parent 175967d commit 0b49b14

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
fi
4646
4747
sudo python3 -m pip install --upgrade pip
48-
sudo pip3 install scikit-build cmake requests gitpython gcovr pyyaml
48+
sudo pip3 install scikit-build
49+
sudo pip3 install cmake requests gitpython gcovr pyyaml
4950
- name: cmake
5051
env:
5152
CC: ${{ matrix.compiler.cc }}

.github/workflows/clang-tidy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
run: |
2323
brew install ninja llvm
2424
sudo python3 -m pip install --upgrade pip
25-
sudo python3 -m pip install scikit-build cmake requests gitpython gcovr pyyaml
25+
sudo python3 -m pip install scikit-build
26+
sudo python3 -m pip install cmake requests gitpython gcovr pyyaml
2627
- name: run checks
2728
run: |
2829
#!/bin/bash

0 commit comments

Comments
 (0)