Skip to content

Commit fb3579c

Browse files
committed
fixing linux CI
1 parent f99f565 commit fb3579c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ jobs:
2727
with:
2828
python-version: ">=3.10.0"
2929

30-
- name: Install dependencies
31-
run: |
32-
sudo apt-get update
33-
sudo apt-get install -y cmake build-essential libomp-dev git pkg-config
34-
3530
- name: Verify QuadBLAS submodule
3631
run: |
3732
ls -la quaddtype/numpy_quaddtype/QBLAS/
@@ -46,6 +41,8 @@ jobs:
4641
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
4742
CIBW_BUILD_VERBOSITY: "3"
4843
CIBW_BEFORE_ALL: |
44+
sudo apt-get update
45+
sudo apt-get install -y cmake build-essential libomp-dev git pkg-config gcc g++
4946
# Install SLEEF in container
5047
git clone --branch 3.8 https://github.com/shibatch/sleef.git
5148
cd sleef

0 commit comments

Comments
 (0)