Skip to content

Commit

Permalink
trying to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Sanchez authored and Javier Sanchez committed Jan 30, 2024
1 parent 629126c commit 08b3b5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
- name: flake8
shell: bash -l {0}
run: flake8 --max-line-length=100 --count --show-source --statistics
run: |
conda activate forecasting
flake8 augur --max-line-length=100 --count --show-source --statistics
- name: pytest
shell: bash -l {0}
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
- jinja2
- numpydoc
- pip
- flake8
- pip:
- tjpcov
- qp

0 comments on commit 08b3b5c

Please sign in to comment.