Skip to content

Commit 1cd4cff

Browse files
committed
python deps
1 parent 4891bb1 commit 1cd4cff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,14 @@ jobs:
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333

34+
- name: Install python dependencies
35+
run: python -m pip install setuptools wheel twine
36+
3437
- uses: awalsh128/cache-apt-pkgs-action@latest
3538
if: runner.os == 'Linux'
3639
name: Install dependencies
3740
with:
38-
packages: build-essential cmake git libeigen3-dev liblapacke-dev libopenblas-dev libpcap-dev libusb-1.0-0-dev zlib1g-dev python3-setuptools python3-wheel
41+
packages: build-essential cmake git libeigen3-dev liblapacke-dev libopenblas-dev libpcap-dev libusb-1.0-0-dev zlib1g-dev
3942

4043
- name: Build
4144
run: python setup.py bdist_wheel

0 commit comments

Comments
 (0)