From 824ea04f7386b52513b0129c95f475a90abe6098 Mon Sep 17 00:00:00 2001 From: James Longo Date: Mon, 21 Oct 2024 10:56:37 -0400 Subject: [PATCH] troubleshoot lint job --- .github/workflows/build_python_wheels.yml | 5 ----- .github/workflows/lint.yml | 6 ------ 2 files changed, 11 deletions(-) diff --git a/.github/workflows/build_python_wheels.yml b/.github/workflows/build_python_wheels.yml index ed1c92282..e1b75bd16 100644 --- a/.github/workflows/build_python_wheels.yml +++ b/.github/workflows/build_python_wheels.yml @@ -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: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b511bc852..6e5404c3f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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: