We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c1b8cd commit 87da956Copy full SHA for 87da956
.github/workflows/run_tests.yml
@@ -45,7 +45,7 @@ jobs:
45
# # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
46
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
47
- name: provision-with-micromamba
48
- uses: mamba-org/provision-with-micromamba@main
+ uses: mamba-org/setup-micromamba@v1
49
with:
50
environment-file: environment_all_backends.yml
51
environment-name: torchquad
0 commit comments