need to find strings in ulab

This commit is contained in:
Jeff Epler 2021-01-08 18:54:02 -06:00
parent 96dd3d3fef
commit 288c54c70a
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ jobs:
- uses: actions/setup-python@v1
- name: Install deps
run: sudo apt-get update && sudo apt-get install -y gettext
- name: Populate selected submodules
run: git submodule update --init extmod/ulab
- name: set PY
run: echo >>$GITHUB_ENV PY="$(python -c 'import hashlib, sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')"
- uses: actions/cache@v1