Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloster committed Sep 9, 2024
1 parent 8bde7c1 commit b43bce4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/push_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit b43bce4

Please sign in to comment.