File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,10 @@ jobs:
37
37
38
38
- name : Pip Install pyFrame3DD
39
39
env :
40
- MESON_ARGS : -Dpython_target=${{ steps.cp.outputs.python-path }}
41
40
CC : ' ${{ steps.install_cc.outputs.cc }}'
42
41
CXX : ' ${{ steps.install_cc.outputs.cxx }}'
43
42
run : |
44
- '${{ steps.cp.outputs.python-path }}' -m pip install -vv .[test]
43
+ '${{ steps.cp.outputs.python-path }}' -m pip install -v .[test]
45
44
46
45
# - name: Setup tmate session
47
46
# uses: mxschmitt/action-tmate@v3
@@ -105,7 +104,7 @@ jobs:
105
104
env :
106
105
MESON_ARGS : " "
107
106
run : |
108
- python -m pip install .
107
+ python -m pip install . -v
109
108
110
109
- name : Test run
111
110
run : |
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ channels:
4
4
5
5
dependencies :
6
6
- meson
7
+ - meson-python
7
8
- ninja
8
9
- numpy
9
10
- pip
10
11
- python
11
12
- pytest
12
- - setuptools
You can’t perform that action at this time.
0 commit comments