Skip to content

Commit 2409919

Browse files
committed
classy: removed from install_skip for tests
1 parent 3aaf356 commit 2409919

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ jobs:
5151
- name: "Anaconda Python (ruff, no numba)"
5252
os: ubuntu-latest
5353
pydist: "ANACONDA"
54-
cobaya_skip: classy,polychord
54+
cobaya_skip: polychord
5555
- name: "Latest Python 3.x (with polychord)"
5656
os: ubuntu-latest
5757
python-version: "3.x"
5858
mpi: openmpi
59-
cobaya_skip: classy, polychord
59+
cobaya_skip: polychord
6060
- name: "OS X Python 3.10 (with classy)"
6161
os: macos-latest
6262
python-version: "3.10"
@@ -66,7 +66,7 @@ jobs:
6666
os: windows-latest
6767
python-version: "3.12"
6868
mpi: intelmpi
69-
cobaya_skip: classy,polychord
69+
cobaya_skip: polychord
7070
steps:
7171
- name: Set COBAYA_INSTALL_SKIP
7272
shell: bash

0 commit comments

Comments
 (0)