Skip to content

Commit

Permalink
cpp tests update 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rahil-makadia committed Jul 10, 2024
1 parent aba1d0d commit 4f309a7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cpp_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
prop-only:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand All @@ -22,8 +22,6 @@ jobs:
cd ./extern/
python3 get_cspice.py
cd ..
python3 -m venv ./venv
source ./venv/bin/activate
source initialize.sh
source build_cpp.sh -clean
- name: Run tests
Expand Down

0 comments on commit 4f309a7

Please sign in to comment.