We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96dd3d3 commit 288c54cCopy full SHA for 288c54c
.github/workflows/pre-commit.yml
@@ -17,6 +17,8 @@ jobs:
17
- uses: actions/setup-python@v1
18
- name: Install deps
19
run: sudo apt-get update && sudo apt-get install -y gettext
20
+ - name: Populate selected submodules
21
+ run: git submodule update --init extmod/ulab
22
- name: set PY
23
run: echo >>$GITHUB_ENV PY="$(python -c 'import hashlib, sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')"
24
- uses: actions/cache@v1
0 commit comments