File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 17
17
- name : Install deps
18
18
run : |
19
19
sudo apt-add-repository -y -u ppa:pybricks/ppa
20
- sudo apt-get install -y black gettext uncrustify
21
- pip3 install -r requirements-dev.txt
20
+ sudo apt-get install -y gettext uncrustify
21
+ pip3 install black polib pyyaml
22
22
- name : Populate selected submodules
23
23
run : git submodule update --init extmod/ulab
24
24
- name : Set PY
28
28
path : ~/.cache/pre-commit
29
29
key : pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
30
30
-
uses :
pre-commit/[email protected]
31
+ - name : Make patch
32
+ if : failure()
33
+ run : git diff > ~/pre-commit.patch
34
+ - name : Upload patch
35
+ if : failure()
36
+ uses : actions/upload-artifact@v2
37
+ with :
38
+ name : patch
39
+ path : ~/pre-commit.patch
You can’t perform that action at this time.
0 commit comments