Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekatica committed Jul 22, 2024
1 parent b0a08d1 commit dcf9665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Setup conda env
run:
just create
just c
- name: Test with pytest
run: |
just t
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ alias c := create
set shell := ["bash", "-uc"]

create:
conda env -f conda.yaml
conda env create -f conda.yaml

install:
conda install -f conda.yaml
Expand Down

0 comments on commit dcf9665

Please sign in to comment.