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 424571e commit 629126c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
- name: flake8
shell: bash -l {0}
run: /usr/share/miniconda/bin/flake8 augur --max-line-length=100 --count --show-source --statistics
run: flake8 --max-line-length=100 --count --show-source --statistics

- name: pytest
shell: bash -l {0}
run: |
conda activate base
conda activate forecasting
cd augur
/usr/share/miniconda/bin/pytest

0 comments on commit 629126c

Please sign in to comment.