Skip to content

Commit

Permalink
ci(run_tests.yml): fix mamba action repository
Browse files Browse the repository at this point in the history
  • Loading branch information
tvoirand committed Mar 31, 2024
1 parent ccfeb83 commit 3dc533a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Mamba
uses: actions/setup-micromamba@v1
- name: Install dependencies with mamba
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yml
- name: Run tests with Pytest
Expand Down

0 comments on commit 3dc533a

Please sign in to comment.