We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74bcb99 commit 4891bb1Copy full SHA for 4891bb1
.github/workflows/build_wheels.yml
@@ -32,8 +32,8 @@ jobs:
32
python-version: ${{ matrix.python-version }}
33
34
- uses: awalsh128/cache-apt-pkgs-action@latest
35
+ if: runner.os == 'Linux'
36
name: Install dependencies
- if: ${{ matrix.os }} == ubuntu-latest
37
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
39
0 commit comments