Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distribute micromamba executable for plugins #1707

Merged
merged 13 commits into from
Jan 6, 2025
Merged
Prev Previous commit
Next Next commit
slightly different tar command for windows micromamba executable
  • Loading branch information
emlys committed Dec 11, 2024

Unverified

This user has not yet uploaded their public signing key.
commit 897fd85aae62539d5e507a70175dcb3a5ce8a23e
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -373,7 +373,7 @@ jobs:

- name: Download micromamba installer for distribution (Windows)
if: matrix.os == 'windows-latest'
run: curl -Ls https://micro.mamba.pm/api/micromamba/win-64/2.0.5.rc0 | tar -xvj bin/micromamba
run: curl -Ls https://micro.mamba.pm/api/micromamba/win-64/2.0.5.rc0 | tar -xf micromamba.tar.bz2

- name: Authenticate GCP
if: github.event_name != 'pull_request'
Loading