Skip to content

Commit 7481527

Browse files
authored
codecov CI: pin pip and setuptools versions to sort out different build files location issue (#422)
1 parent 7bb3658 commit 7481527

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codecov.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- run: sudo apt install -y lcov
1818
- run: |
1919
set -xe
20+
pip install "pip<23" setuptools==65.2
2021
CMAKE_ARGS="-DCMAKE_CXX_FLAGS=--coverage -DCMAKE_C_FLAGS=--coverage -DCMAKE_Fortran_FLAGS=--coverage" pip install -e .[tests]
2122
pytest -We tests
2223
lcov --capture --directory ./build/*/_PyPartMC/CMakeFiles/_PyPartMC.dir/ --output-file coverage.info --no-external

0 commit comments

Comments
 (0)