Skip to content

Commit d3a81e2

Browse files
committed
turn off pep517
1 parent 31662e9 commit d3a81e2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
pip install --no-build-isolation classy==2.9.4
9292
9393
- name: Install CCL
94-
run: pip install .
94+
run: pip install -e -no-use-pep517 .
9595

9696
- name: Unit tests
9797
run: |

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[build-system]
22
requires = ["setuptools>=64", "setuptools_scm>=8", "cmake", "swig"]
3-
build-backend = "setuptools.build_meta"
43

54
[project]
65
name = "pyccl"

0 commit comments

Comments
 (0)