We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aaf356 commit 2409919Copy full SHA for 2409919
.github/workflows/tests.yml
@@ -51,12 +51,12 @@ jobs:
51
- name: "Anaconda Python (ruff, no numba)"
52
os: ubuntu-latest
53
pydist: "ANACONDA"
54
- cobaya_skip: classy,polychord
+ cobaya_skip: polychord
55
- name: "Latest Python 3.x (with polychord)"
56
57
python-version: "3.x"
58
mpi: openmpi
59
- cobaya_skip: classy, polychord
60
- name: "OS X Python 3.10 (with classy)"
61
os: macos-latest
62
python-version: "3.10"
@@ -66,7 +66,7 @@ jobs:
66
os: windows-latest
67
python-version: "3.12"
68
mpi: intelmpi
69
70
steps:
71
- name: Set COBAYA_INSTALL_SKIP
72
shell: bash
0 commit comments