Skip to content

Commit 5585ccf

Browse files
committed
No default python on rocky8 so try with explicit python2 in dep setup.
1 parent d9f6877 commit 5585ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
fetch-depth: 0 # This is necessary to get the commits
8383
- name: Setup environment
8484
run: |
85-
make PYTHON_BIN=python PY=2 dependencies
85+
make PYTHON_BIN=python2 PY=2 dependencies
8686
- name: Lint with pylint
8787
run: |
8888
# NOTE: we only run pylint error check for changed python files to limit noise

0 commit comments

Comments
 (0)