Skip to content

Commit

Permalink
s390x - install python3
Browse files Browse the repository at this point in the history
  • Loading branch information
vivkong committed May 29, 2024
1 parent 3b56174 commit e504819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-s390x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Run presubmit checks
run: |
source ${{ matrix.environment-variables }}
if [[ "${BUILD_PACKAGES}" != "" ]]; then sudo apt-get update; sudo apt-get install ${BUILD_PACKAGES}; fi
if [[ "${BUILD_PACKAGES}" != "" ]]; then sudo apt-get update; sudo apt-get install ${BUILD_PACKAGES} python3; fi
make -e presubmit
- name: Run tests
env:
Expand Down

0 comments on commit e504819

Please sign in to comment.