File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ python-preamble-steps =::
2323 elif [[ "${{matrix.config.os}}" == windows* ]] ; then
2424 choco install swig
2525 fi
26- pip install build deprecation pytest
2726 pip install -r requirements.txt
27+ pip install build deprecation pytest
2828
2929
3030defn python-wheel-steps(name create-wheel-cmd)::
Original file line number Diff line number Diff line change 5151 elif [[ "${{matrix.config.os}}" == windows* ]] ; then
5252 choco install swig
5353 fi
54- pip install build deprecation pytest
5554 pip install -r requirements.txt
55+ pip install build deprecation pytest
5656 - name : configure
5757 run : |
5858 cmake -B build/py \
@@ -110,8 +110,8 @@ jobs:
110110 elif [[ "${{matrix.config.os}}" == windows* ]] ; then
111111 choco install swig
112112 fi
113- pip install build deprecation pytest
114113 pip install -r requirements.txt
114+ pip install build deprecation pytest
115115 - name : ' ------------------- using setup.py'
116116 run : rm -rf build/ dist/
117117 - name : create wheel with python setup.py bdist_wheel -v
You can’t perform that action at this time.
0 commit comments