Merge pull request #6875 from jepler/precommit-no-pybricks

Use current ubuntu for pre-commit
This commit is contained in:
Dan Halbert 2022-09-08 10:17:19 -04:00 committed by GitHub
commit e86e6dafbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,7 @@ concurrency:
jobs:
pre-commit:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2.2.0
- name: Set up Python 3
@ -23,7 +23,6 @@ jobs:
python-version: "3.x"
- name: Install deps
run: |
sudo apt-add-repository -y -u ppa:pybricks/ppa
sudo apt-get install -y gettext uncrustify
pip3 install black polib pyyaml
- name: Populate selected submodules