Skip to content

Commit 219c9f5

Browse files
committed
wip [ci skip]
1 parent 50685bc commit 219c9f5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows-in/api.ys

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3030
defn python-wheel-steps(name create-wheel-cmd)::

.github/workflows/api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
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

0 commit comments

Comments
 (0)