Skip to content

Commit

Permalink
maybe ci again
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Dec 2, 2023
1 parent 3ca9442 commit 89cca8a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt install -y cmake valgrind
sudo apt install -y cmake valgrind lcov libgeos-dev
- name: Build
run: |
Expand All @@ -40,10 +40,6 @@ jobs:
cd build
GEOARROW_TESTING_DIR=$GITHUB_WORKSPACE/testing ctest -T test --output-on-failure .
- name: Install lcov
run: |
sudo apt-get install lcov
- name: Calculate coverage
run: |
cd build
Expand Down

0 comments on commit 89cca8a

Please sign in to comment.