From 573ad7cb283c31af2e11165851e2118341cb4015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Di=20Remigio=20Eik=C3=A5s?= Date: Mon, 25 Sep 2023 17:48:45 +0200 Subject: [PATCH] twiddle --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f7df5888c4..ce93c6e7ee 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -150,8 +150,6 @@ jobs: - cp310-manylinux_x86_64 - cp311-manylinux_x86_64 steps: - - uses: actions/checkout@v4 - - name: Maximize build space uses: easimon/maximize-build-space@master with: @@ -163,6 +161,8 @@ jobs: remove-codeql: 'true' remove-docker-images: 'true' + - uses: actions/checkout@v4 + - uses: pypa/cibuildwheel@v2.16.0 env: CIBW_BEFORE_ALL: "yum install -y yum-utils wget && wget -q https://developer.download.nvidia.com/compute/cuda/12.1.1/local_installers/cuda-repo-rhel7-12-1-local-12.1.1_530.30.02-1.x86_64.rpm && rpm -i cuda-repo-rhel7-12-1-local-12.1.1_530.30.02-1.x86_64.rpm && yum clean all && yum -y install cuda && yum -y install openblas-devel && yum-config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-rhel7.repo && yum clean all"