Skip to content

Commit

Permalink
Update mamba env names. (#6)
Browse files Browse the repository at this point in the history
Include caller repo name as prefix
  • Loading branch information
brynpickering authored Sep 8, 2023
1 parent 6d76917 commit fdd24d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: latest
environment-name: docs
environment-name: ${{ github.event.repository.name }}-docs
environment-file: requirements/base.txt
create-args: >-
-c city-modelling-lab
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-install-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: latest
environment-name: ${{ env.MAMBAENVNAME }}
environment-name: ${{ github.event.repository.name }}-${{ env.MAMBAENVNAME }}
environment-file: requirements/base.txt
create-args: >-
${{ inputs.additional_mamba_args }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-memory-profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: latest
environment-name: ubuntu-latest-3${{ inputs.py3version }}-profiling
environment-name: ${{ github.event.repository.name }}-ubuntu-latest-3${{ inputs.py3version }}-profiling
environment-file: requirements/base.txt
create-args: >-
${{ inputs.additional_mamba_args }}
Expand Down

0 comments on commit fdd24d4

Please sign in to comment.