Skip to content

Commit

Permalink
twiddle
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodr committed Sep 25, 2023
1 parent bd2a1f4 commit 573ad7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -163,6 +161,8 @@ jobs:
remove-codeql: 'true'
remove-docker-images: 'true'

- uses: actions/checkout@v4

- uses: pypa/[email protected]
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"
Expand Down

0 comments on commit 573ad7c

Please sign in to comment.