Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Aug 20, 2024
1 parent 7cc36e5 commit e6c691c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
- name: Install dependencies (Anaconda)
if: matrix.pydist == 'ANACONDA'
run: |
conda install -y scipy matplotlib cython PyYAML dill coverage pytest pandas mpi4py openmpi
conda install -y -c conda-forge iminuit
conda install -y scipy matplotlib cython PyYAML dill coverage pytest pandas
conda install -y -c conda-forge iminuit mpi4py openmpi
pip install -r requirements.txt flake8 flaky pytest-xdist pytest-cov camb
- name: Run flake8
Expand Down

0 comments on commit e6c691c

Please sign in to comment.