diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2021-03-19 15:22:23 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2021-03-19 15:22:23 -0700 |
| commit | 4aea7f8f521b52fd9160945e8bb0ea1ab2d9e5d0 (patch) | |
| tree | 7eaa5ef84433e203cfb6d41735cb8e9dbac15004 /.github/workflows/pre-commit.yml | |
| parent | 5d2b60cbf69c99abd6984c298d4f052514221177 (diff) | |
Add requirements-dev.txt for python deps
Diffstat (limited to '.github/workflows/pre-commit.yml')
| -rw-r--r-- | .github/workflows/pre-commit.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 894e28c0f..65d5feb68 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -18,7 +18,7 @@ jobs: run: | sudo apt-add-repository -y -u ppa:pybricks/ppa sudo apt-get install -y black gettext uncrustify - pip3 install polib + pip3 install -r requirements-dev.txt - name: Populate selected submodules run: git submodule update --init extmod/ulab - name: Set PY |
