From 62dc539ae07ef065d4ff2b538300a242afb53217 Mon Sep 17 00:00:00 2001 From: Alec Koumjian Date: Thu, 12 Sep 2024 17:41:18 -0400 Subject: [PATCH] remove other old references --- .github/workflows/c.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/c.yml b/.github/workflows/c.yml index 8c88fee..c4286d5 100644 --- a/.github/workflows/c.yml +++ b/.github/workflows/c.yml @@ -95,16 +95,6 @@ jobs: LD_LIBRARY_PATH=../../../rebound/src/ ./rebound - name: Test Joining Mass Data from SPK working-directory: ./unit_tests/spk_join_masses/ - run: | - make - LD_LIBRARY_PATH=../../../rebound/src/ ./rebound - - name: Reproduce Apophis Encounter with bsp - working-directory: ./unit_tests/apophis_bsp/ - run: | - make - LD_LIBRARY_PATH=../../../rebound/src/ ./rebound - - name: Reproduce Ceres-5303 encounter with bsp - working-directory: ./unit_tests/5303_Ceres_bsp/ run: | make LD_LIBRARY_PATH=../../../rebound/src/ ./rebound \ No newline at end of file