Skip to content

Commit

Permalink
Chore: Fix bug in install section
Browse files Browse the repository at this point in the history
  • Loading branch information
dileep-kishore committed Jan 29, 2021
1 parent 42db3e0 commit fe62d80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ jobs:
- name: Install dependencies
run: |
conda env create -n micone -f env.yml
conda activate micone
pip install .
micone init --env micone-sparcc
- name: Lint with flake8
run: |
conda install flake8
pip install flake8
# stop the build if there are Python syntax errors or undefined names
flake8 micone --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
Expand Down

0 comments on commit fe62d80

Please sign in to comment.