summaryrefslogtreecommitdiff
path: root/.github/workflows/pre-commit.yml
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2021-03-19 15:22:23 -0700
committerScott Shawcroft <scott@tannewt.org>2021-03-19 15:22:23 -0700
commit4aea7f8f521b52fd9160945e8bb0ea1ab2d9e5d0 (patch)
tree7eaa5ef84433e203cfb6d41735cb8e9dbac15004 /.github/workflows/pre-commit.yml
parent5d2b60cbf69c99abd6984c298d4f052514221177 (diff)
Add requirements-dev.txt for python deps
Diffstat (limited to '.github/workflows/pre-commit.yml')
-rw-r--r--.github/workflows/pre-commit.yml2
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