Skip to content

Commit 87da956

Browse files
authored
Update run_tests.yml
Fixing mamba setup in CI
1 parent 6c1b8cd commit 87da956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
4646
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4747
- name: provision-with-micromamba
48-
uses: mamba-org/provision-with-micromamba@main
48+
uses: mamba-org/setup-micromamba@v1
4949
with:
5050
environment-file: environment_all_backends.yml
5151
environment-name: torchquad

0 commit comments

Comments
 (0)