Skip to content

Commit

Permalink
Add python-is-python3
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Feb 26, 2024
1 parent 1905835 commit 7bf7c5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,11 @@ jobs:
run: |
git config --global --add safe.directory '*'
- name: Add python-is-python3 package
run: |
apt-get update
apt-get install -y python-is-python3
- name: Build GFE Prereqs
run: |
bash ./tools/ci-install-gfe.bash
Expand Down

0 comments on commit 7bf7c5f

Please sign in to comment.