Skip to content

Commit

Permalink
try pin conda lock momentarily
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi committed Oct 15, 2024
1 parent 7b1cd47 commit de33c14
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/create-condalock-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ on:
# Trigger on push on main or other branch for testing
# NOTE that push: main will create the file very often
# and hence lots of automated PRs
# push:
# branches:
push:
branches:
# - main
- pin_conda-lock
schedule:
- cron: '0 4 */10 * *'

Expand Down Expand Up @@ -47,7 +48,7 @@ jobs:
which python
python --version
- name: Install conda-lock
run: mamba install -y -c conda-forge conda-lock
run: mamba install -y -c conda-forge "conda-lock<2.5.7"
- name: Check version of conda-lock
run: conda-lock --version
- name: Create conda lock file for linux-64
Expand Down

0 comments on commit de33c14

Please sign in to comment.