Skip to content

Commit

Permalink
Update workflow to include validation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
awvwgk committed Nov 30, 2024
1 parent f746450 commit 9acbe01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ jobs:
uses: mamba-org/setup-micromamba@v1
with:
environment-file: assets/ci/build-env.yaml
create-args: >-
${{ matrix.build-type == 'coverage' && 'python pytest' || '' }}
- name: Prepare for cache restore
if: ${{ matrix.compiler == 'intel' }}
Expand Down

0 comments on commit 9acbe01

Please sign in to comment.