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 6df4ae4 commit a5c810d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_python_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- { version: 3.9, base_path: /opt/python/cp39-cp39/ }
steps:
- name: install dependencies
shell: bash |
shell: bash
run: |
apt-get update
apt-get install -y libc6
# v1 must be used because newer versions require a node.js version that will not run on this old image.
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- { version: "3.9", base_path: /opt/python/cp39-cp39/, include_dir_name: python3.9/ }
steps:
- name: install dependencies
shell: bash |
shell: bash
run: |
apt-get update
apt-get install -y libc6
# v1 must be used because newer versions require a node.js version that will not run on this old image.
Expand Down

0 comments on commit a5c810d

Please sign in to comment.