Skip to content

Commit

Permalink
Remove always
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Jul 12, 2024
1 parent bf43f57 commit 8a6fb22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/actions/setup_tardis/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,8 @@ runs:
shell: bash
run: |
pip install -e . --user
- name: Install package editable
shell: bash
run: |
pip install -e tardis --user
4 changes: 0 additions & 4 deletions .github/workflows/new_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,8 @@ jobs:
with:
os-label: ${{ inputs.run_label }}


- name: Run tests
run: pytest tardis ${{ env.PYTEST_FLAGS }} -m "not continuum"
if: always()

- name: Refdata Generation tests
run: pytest tardis ${{ env.PYTEST_FLAGS }} --generate-reference
Expand All @@ -87,11 +85,9 @@ jobs:
uses: ./.github/actions/setup_tardis
with:
os-label: ${{ inputs.run_label }}


- name: Run continuum tests
run: pytest tardis ${{ env.PYTEST_FLAGS }} -m continuum
if: always()

- name: Refdata Generation tests
run: pytest tardis ${{ env.PYTEST_FLAGS }} --generate-reference
Expand Down

0 comments on commit 8a6fb22

Please sign in to comment.