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 1b9e114 commit de2c3ea
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: CI
on:
push:
branches:
- master
- 'test*'
- 'alltest*'
- 'action*'
tags:
- '*'
Expand All @@ -29,7 +26,12 @@ jobs:
- name: "Latest Python 3.12"
os: ubuntu-latest
python-version: 3.12

- name: "OS X Python 3.8"
os: macos-latest
python-version: 3.8
- name: "Windows Python 3.12"
os: windows-latest
python-version: 3.12
steps:
- run: gfortran --version

Expand Down Expand Up @@ -75,8 +77,8 @@ jobs:
- name: Install dependencies (Anaconda)
if: matrix.pydist == 'ANACONDA'
run: |
conda install scipy matplotlib cython PyYAML dill coverage pytest pandas mpi4py openmpi
conda install -c conda-forge iminuit
conda install -y scipy matplotlib cython PyYAML dill coverage pytest pandas mpi4py openmpi
conda install -y -c conda-forge iminuit
pip install -r requirements.txt flake8 flaky pytest-xdist pytest-cov camb
- name: Run flake8
Expand Down

0 comments on commit de2c3ea

Please sign in to comment.