[pr-fixer] Fix the pr-fixer (#30311)

* fix-attempt

* fix-attempt

* fix-attempt
pull/30315/head^2
Craig Tiller 3 years ago committed by GitHub
parent 7e50d149bc
commit 0aba64fa07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/pr-auto-fix.yaml

@ -59,14 +59,14 @@ jobs:
run: test "${{ steps.check.outputs.result }}" = "stay"
# Setup to run sanity suite
- name: Install Python Interpreter
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install Python Packages
run: |
python -m pip install --upgrade pip
pip install pyyaml mako virtualenv
sudo apt-get install python-dev
sudo apt-get update
sudo apt-get install python3-dev
- name: Check out repository code
uses: actions/checkout@v3
with:

Loading…
Cancel
Save