Skip to content

Commit

Permalink
Added mamba root prefix env var
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaMolod committed Dec 12, 2024
1 parent 1dedb1f commit b24c78a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
python-version: ["3.10", "3.11"]
install-type: ['user', 'developer']

env:
MAMBA_ROOT_PREFIX: ${{ runner.temp }}/mamba-root

steps:
- uses: webfactory/[email protected]
with:
Expand Down

0 comments on commit b24c78a

Please sign in to comment.