Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekatica committed Jul 22, 2024
1 parent 1df5c12 commit f7f1397
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ jobs:
just c
- name: Test with pytest
run: |
conda activate env
just t
3 changes: 0 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@ create:
conda env create -f conda.yaml

install:
conda activate env
conda install --yes matplotlib scipy pytest pytest-cov ipython ipykernel
pip install pytest-notebook

configure:
conda activate env
ipython kernel install --name "python3" --user

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

0 comments on commit f7f1397

Please sign in to comment.