Skip to content

Commit

Permalink
pin condalock and run a test
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi authored Jul 13, 2023
1 parent 1abaf8e commit 5776c92
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/create-condalock-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ 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:
# - main
push:
branches:
- pin-condalock
schedule:
- cron: '0 4 */10 * *'

Expand Down Expand Up @@ -43,7 +43,8 @@ jobs:
which python
python --version
- name: Install conda-lock
run: mamba install -y conda-lock
# conda-lock==2.1.0 has issues building the lockfilr
run: mamba install -y conda-lock==2.0.0
- name: Check version of conda-lock
run: conda-lock --version
- name: Create conda lock file for linux-64
Expand Down

0 comments on commit 5776c92

Please sign in to comment.