Skip to content

Commit

Permalink
setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Apr 3, 2024
1 parent 81da376 commit b66ba47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
with:
python-version: '3.12'
- name: Python Requirements
run: pip install -r requirements.txt
run: |
pip install setuptools
pip install -r requirements.txt
- name: npm requirements
run: (cd ui && npm install)
- name: git identity
Expand Down

0 comments on commit b66ba47

Please sign in to comment.