Skip to content

Commit

Permalink
tests final cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Oct 3, 2023
1 parent 99c8810 commit e500a63
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e500a63

Please sign in to comment.