Add install of package to workflow
This commit is contained in:
parent
601a5b0619
commit
de8c0ab8d5
1 changed files with 1 additions and 0 deletions
1
.github/workflows/python-package-conda.yml
vendored
1
.github/workflows/python-package-conda.yml
vendored
|
|
@ -21,6 +21,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
conda env update --file environment.yml --name base
|
conda env update --file environment.yml --name base
|
||||||
|
pip install .
|
||||||
- name: Lint with flake8
|
- name: Lint with flake8
|
||||||
run: |
|
run: |
|
||||||
conda install flake8
|
conda install flake8
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue