Skip to content

Commit

Permalink
download-micromamba: false and micromamba-url cant coexist
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbe7a committed Jan 11, 2024
1 parent d5cac14 commit f665ce8
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/test-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,6 @@ jobs:
python
download-micromamba: true

ensure-local-without-download:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
sudo cp bin/micromamba /usr/bin/micromamba
sudo chmod +x /usr/bin/micromamba
- uses: ./
with:
environment-name: test
create-args: >-
python
download-micromamba: false
micromamba-url: https://invalid.domain

ensure-local-default:
runs-on: ubuntu-latest
steps:
Expand All @@ -57,7 +40,3 @@ jobs:
create-args: >-
python
micromamba-url: https://invalid.domain




0 comments on commit f665ce8

Please sign in to comment.