Skip to content

Commit

Permalink
pin mamba in GA install from conda
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi committed Jan 28, 2025
1 parent 983de78 commit a4b8d94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/install-from-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- main
- pin-mamba-ga
schedule:
- cron: '0 4 * * *'

Expand All @@ -28,6 +29,7 @@ jobs:
python-version: ${{ matrix.python-version }}
miniforge-version: "latest"
use-mamba: true
mamba-version: "2.0.5"
- run: mkdir -p conda_install_linux_artifacts_python_${{ matrix.python-version }}
- name: Record versions
run: |
Expand Down

0 comments on commit a4b8d94

Please sign in to comment.