Compare commits
1 Commits
45be58ca40
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 6deb58fc27 |
8
.github/workflows/ubuntu.yml
vendored
8
.github/workflows/ubuntu.yml
vendored
@@ -35,7 +35,11 @@ jobs:
|
|||||||
python -m build -w
|
python -m build -w
|
||||||
|
|
||||||
- name: Install wheel
|
- name: Install wheel
|
||||||
run: pip install dist/*
|
run: |
|
||||||
|
source .venv/bin/activate
|
||||||
|
pip install dist/*
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: python example_add.py
|
run: |
|
||||||
|
source .venv/bin/activate
|
||||||
|
python example_add.py
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
add_rules("mode.release", "mode.debug")
|
add_rules("mode.release", "mode.debug")
|
||||||
add_requires("python 3.12.3", "pybind11")
|
add_requires("pybind11")
|
||||||
|
|
||||||
target("example")
|
target("example")
|
||||||
set_prefixdir("$(prefixdir)/$(pythondir)", { libdir = "" })
|
set_prefixdir("$(prefixdir)/$(pythondir)", { libdir = "" })
|
||||||
|
|||||||
Reference in New Issue
Block a user