Skip to content

Commit

Permalink
Fix push check tests (#25)
Browse files Browse the repository at this point in the history
* Fix push check tests

* fix lint
  • Loading branch information
paulacamargo25 committed Jun 15, 2023
1 parent 133d9e3 commit d064e28
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/push-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,16 @@ jobs:
run: pipx run nox --session install_bundled_libs
shell: bash

- name: Install Node
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'npm'
cache-dependency-path: ${{ env.special-working-directory-relative }}/package-lock.json

- name: Install dependencies (npm ci)
run: npm ci

# Now that the bundle is installed to target using python 3.7
# switch back the python we want to test with
- name: Use Python ${{ matrix.python }}
Expand Down

0 comments on commit d064e28

Please sign in to comment.