Skip to content

Commit

Permalink
fix cron yaml path (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
bblay authored Feb 23, 2023
1 parent 78d29d7 commit 4414985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_configs/_cron/cron_system_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ git clone --branch master --depth 1 https://github.com/metomi/fab.git 2>&1 >/dev
1>&2 echo "removing old conda"
conda env remove --name cron-fab-system-tests
1>&2 echo "creating conda"
conda env create -f fab/dev_envs/dev_env.yml --name cron-fab-system-tests
conda env create -f fab/envs/conda/dev_env.yml --name cron-fab-system-tests

# install the head of fab trunk
1>&2 echo "activating conda 1/2"
Expand Down

0 comments on commit 4414985

Please sign in to comment.