Skip to content

Commit c20d8c6

Browse files
Removed duplicate
1 parent f00f8a3 commit c20d8c6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: Compile
3030
run: meson compile -C builddir
3131

32+
3233
# - name: Install package
3334
# run: meson install -C builddir
3435

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["meson-python>=0.13.0", "meson>=1.1.0", "numpy", "cellconstructor","meson-python", "numpy>=1.20.0"]
2+
requires = ["meson-python>=0.13.0", "meson>=1.1.0", "numpy>=1.20.0", "cellconstructor","meson-python"]
33
build-backend = "mesonpy"
44

55
[project]

0 commit comments

Comments
 (0)