Skip to content

Commit

Permalink
add comment in build-and-test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
emlys committed Dec 20, 2024
1 parent 993944d commit dbd6419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ jobs:
run: |
curl -Ls https://micro.mamba.pm/api/micromamba/osx-64/latest | tar -xvj bin/micromamba
mv bin/micromamba dist/
./dist/micromamba --help
./dist/micromamba --help # make sure the executable works
- name: Download micromamba for distribution (Windows)
if: matrix.os == 'windows-latest'
Expand All @@ -381,7 +381,7 @@ jobs:
Invoke-Webrequest -URI https://micro.mamba.pm/api/micromamba/win-64/latest -OutFile micromamba.tar.bz2
tar xf micromamba.tar.bz2
MOVE -Force Library\bin\micromamba.exe dist\micromamba.exe
.\dist\micromamba.exe --help
.\dist\micromamba.exe --help # make sure the executable works
- name: Authenticate GCP
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit dbd6419

Please sign in to comment.