diff options
| author | Jeff Epler <jepler@gmail.com> | 2021-01-08 18:54:02 -0600 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2021-01-08 18:54:08 -0600 |
| commit | 288c54c70a8b6a6682ae9ac8c0a5483c3968d433 (patch) | |
| tree | 2bae025ab42efe40fd27c646b64e82b1c01e5886 /.github/workflows | |
| parent | 96dd3d3fef30ce632312ba592b84e2b9f5d84399 (diff) | |
need to find strings in ulab
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/pre-commit.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 20c76c124..af62072c8 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -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 |
