Skip to content

Commit

Permalink
rm -rf bin/python
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvinrr committed Jun 9, 2024
1 parent eec508e commit 5ab671b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
run: |
mkdir -p build
cd build
sudo rm -rf /usr/bin/python*
cmake -DCMAKE_BUILD_TYPE=RELEASE -DSPICEQL_BUILD_DOCS=OFF -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX ..
cmake --build .
Expand Down

0 comments on commit 5ab671b

Please sign in to comment.