diff --git a/.github/workflows/push_tests.yml b/.github/workflows/push_tests.yml index ab4b8299b..3f38767f0 100644 --- a/.github/workflows/push_tests.yml +++ b/.github/workflows/push_tests.yml @@ -32,7 +32,10 @@ jobs: run: | pip install flake8 pip install black - cd client + pip install setuptools + - name: Install client dependencies + run: | + cd client npm install - name: Format with black and lint with flake8 run: |