Skip to content

Commit fa0b38a

Browse files
committed
Minor lint update.
1 parent f721669 commit fa0b38a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-sanity-check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
# NOTE: python-2 is no longer supported here - try with apt
2323
- name: Set up Python 2.7 with APT and link to default
2424
run: |
2525
sudo apt install -y python2 python-pip
26-
#ln -s python2 /usr/bin/python
2726
- name: Install dependencies
2827
run: |
2928
python2 -m pip install --upgrade pip

0 commit comments

Comments
 (0)