Skip to content

Commit aaa4c15

Browse files
committed
build options
1 parent 065f619 commit aaa4c15

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/CI_pyFrame3DD.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,10 @@ jobs:
3737

3838
- name: Pip Install pyFrame3DD
3939
env:
40-
MESON_ARGS: -Dpython_target=${{ steps.cp.outputs.python-path }}
4140
CC: '${{ steps.install_cc.outputs.cc }}'
4241
CXX: '${{ steps.install_cc.outputs.cxx }}'
4342
run: |
44-
'${{ steps.cp.outputs.python-path }}' -m pip install -vv .[test]
43+
'${{ steps.cp.outputs.python-path }}' -m pip install -v .[test]
4544
4645
#- name: Setup tmate session
4746
# uses: mxschmitt/action-tmate@v3
@@ -105,7 +104,7 @@ jobs:
105104
env:
106105
MESON_ARGS: ""
107106
run: |
108-
python -m pip install .
107+
python -m pip install . -v
109108
110109
- name: Test run
111110
run: |

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ channels:
44

55
dependencies:
66
- meson
7+
- meson-python
78
- ninja
89
- numpy
910
- pip
1011
- python
1112
- pytest
12-
- setuptools

0 commit comments

Comments
 (0)