Skip to content

Commit

Permalink
Merge pull request #10 from hyriver/dependabot/github_actions/mamba-o…
Browse files Browse the repository at this point in the history
…rg/setup-micromamba-2
  • Loading branch information
cheginit authored Oct 3, 2024
2 parents b5b113a + d3a9be5 commit ff4d10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo "CONDA_ENV_FILE=ci/requirements/environment.yml" >> $GITHUB_ENV
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
- name: Setup micromamba
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-file: ${{ env.CONDA_ENV_FILE }}
environment-name: ${{ env.REPO_NAME }}-tests
Expand Down

0 comments on commit ff4d10f

Please sign in to comment.