We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e37be3 commit 761a2b9Copy full SHA for 761a2b9
.github/workflows/conda-env-create.yml
@@ -38,6 +38,7 @@ jobs:
38
shell: bash
39
run: |
40
cp ./requirements*.txt /tmp/
41
+ mkdir /tmp/docs/
42
cp ./docs/requirements*.txt /tmp/docs/
43
- uses: mamba-org/provision-with-micromamba@main
44
with:
0 commit comments