Skip to content

Commit

Permalink
Merge pull request #65 from NREL/gha-patch
Browse files Browse the repository at this point in the history
Update GHA to use new conda build steps
  • Loading branch information
arswalid authored Oct 7, 2024
2 parents e705ab6 + 46beca3 commit 529878a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_pvade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build Conda environment
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yaml
- name: Run pytest
Expand Down

0 comments on commit 529878a

Please sign in to comment.