Skip to content

Commit

Permalink
troubleshoot lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
v-jameslongo committed Oct 21, 2024
1 parent 761be0f commit 824ea04
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build_python_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ jobs:
- { version: 3.8, base_path: /opt/python/cp38-cp38/ }
- { version: 3.9, base_path: /opt/python/cp39-cp39/ }
steps:
- name: install dependencies
shell: sh
run: |
yum update -y
yum install -y glibc-2.36
# v1 must be used because newer versions require a node.js version that will not run on this old image.
- uses: actions/checkout@v1
with:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ jobs:
config:
- { version: "3.9", base_path: /opt/python/cp39-cp39/, include_dir_name: python3.9/ }
steps:
- name: install dependencies
shell: sh
run: |
yum update -y
yum list available glibc
yum install -y glibc-2.36
# v1 must be used because newer versions require a node.js version that will not run on this old image.
- uses: actions/checkout@v1
with:
Expand Down

0 comments on commit 824ea04

Please sign in to comment.