Skip to content

Commit

Permalink
classy: changed to test on Linux, not MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusTorrado committed Mar 3, 2025
1 parent 1a3c822 commit d573699
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ jobs:
os: ubuntu-latest
python-version: 3.x
mpi: openmpi
cobaya_skip: classy,polychord
cobaya_skip: polychord
- name: "OS X Python 3.8 (with classy)"
os: macos-latest
python-version: 3.8
mpi: openmpi
cobaya_skip: polychord
cobaya_skip: classy, polychord
- name: "Windows Python 3.12"
os: windows-latest
python-version: 3.12
Expand Down Expand Up @@ -176,4 +176,4 @@ jobs:
run: python -m build --sdist

- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit d573699

Please sign in to comment.