From b0a08d18158c0108dd4899a16075ed982d0a3f46 Mon Sep 17 00:00:00 2001 From: Michael Katica Date: Mon, 22 Jul 2024 18:22:50 -0400 Subject: [PATCH] fix workflow --- justfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/justfile b/justfile index 49c2687..93f31b8 100644 --- a/justfile +++ b/justfile @@ -1,7 +1,8 @@ -.ONESHELL: - alias t := test alias i := install +alias c := create + +set shell := ["bash", "-uc"] create: conda env -f conda.yaml @@ -9,7 +10,5 @@ create: install: conda install -f conda.yaml -set shell := ["bash", "-uc"] - test: python -m pytest --cov=models/ --cov-report term-missing \ No newline at end of file