From e500a6379c546e5f0b8f3dbfb01360b05c38295b Mon Sep 17 00:00:00 2001 From: atharva-2001 Date: Tue, 3 Oct 2023 19:14:21 +0530 Subject: [PATCH] tests final cleanup --- .github/workflows/tests.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 551bee29a68..d584ee7ed26 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ on: - '*' env: - CACHE_NUMBER: 1 # increase to reset cache manually + CACHE_NUMBER: 0 # increase to reset cache manually PYTEST_FLAGS: --tardis-refdata=${{ github.workspace }}/tardis-refdata --tardis-snapshot-data=${{ github.workspace }}/tardis-regressions --cov=tardis --cov-report=xml --cov-report=html CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} @@ -88,10 +88,8 @@ jobs: - name: Clone tardis-sn/tardis-regressions uses: actions/checkout@v4 with: - repository: atharva-2001/tardis-regressions - ref: plasma_data + repository: tardis-sn/tardis-regressions path: tardis-regressions - lfs: false - name: Setup environment uses: conda-incubator/setup-miniconda@v2