diff options
| author | DavePutz <dwputz@gmail.com> | 2021-01-14 10:01:03 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-14 10:01:03 -0600 |
| commit | e424c8424936ded83803b098229d0787903f9f92 (patch) | |
| tree | 747cea709440abd61a24805d11d3959d88d4aaa3 /.github/workflows/pre-commit.yml | |
| parent | 76e9f495c744153f10f40992a04256bf8770184b (diff) | |
| parent | 47015d778944d8f30d45c76446d4a1dc4ad66a45 (diff) | |
Merge pull request #38 from adafruit/main
Update from adafruit main
Diffstat (limited to '.github/workflows/pre-commit.yml')
| -rw-r--r-- | .github/workflows/pre-commit.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 8caf56d26..af62072c8 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -15,6 +15,10 @@ jobs: steps: - uses: actions/checkout@v1 - 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 |
