Skip to content

Commit

Permalink
ensurepip
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Apr 3, 2024
1 parent a68178b commit d5a884f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
python-version: '3.12'
- name: Python Requirements
run: |
pip install -U setuptools
python -m ensurepip --upgrade
pip install -U setuptools
pip install -r requirements.txt
- name: npm requirements
run: (cd ui && npm install)
Expand Down

0 comments on commit d5a884f

Please sign in to comment.