Merge pull request #6875 from jepler/precommit-no-pybricks
Use current ubuntu for pre-commit
This commit is contained in:
commit
e86e6dafbd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue