Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekatica committed Jul 22, 2024
1 parent 055f7fe commit b0a08d1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
.ONESHELL:

alias t := test
alias i := install
alias c := create

set shell := ["bash", "-uc"]

create:
conda env -f conda.yaml

install:
conda install -f conda.yaml

set shell := ["bash", "-uc"]

test:
python -m pytest --cov=models/ --cov-report term-missing

0 comments on commit b0a08d1

Please sign in to comment.