Skip to content

Commit e235f2e

Browse files
authored
Update pip and setuptools
1 parent 458b770 commit e235f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727
- name: Build fonts
2828
run: |
29-
pipenv --python /bin/python install; pipenv run python build.py fonts
29+
pipenv --python /bin/python run pip install --upgrade pip setuptools; pipenv --python /bin/python install; pipenv run python build.py fonts
3030
- name: Save version
3131
id: version
3232
run: |

0 commit comments

Comments
 (0)