Skip to content

Commit

Permalink
v2
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryLian authored and LarryLian committed Oct 25, 2024
1 parent 89a44ac commit 9ed885b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/manylinux_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ on:
jobs:
build-wheels:
timeout-minutes: 60
runs-on: ubuntu-latest
runs-on: quay.io/pypa/manylinux2014_x86_64
container: quay.io/pypa/manylinux2014_x86_64

steps:
- uses: actions/checkout@v2
- name: Build Wheels
run: |
yum -y install wget
Expand Down

0 comments on commit 9ed885b

Please sign in to comment.