Skip to content

Commit

Permalink
Ensurepip
Browse files Browse the repository at this point in the history
  • Loading branch information
slavfox authored May 8, 2024
1 parent e235f2e commit 1acea03
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,16 @@ jobs:
pacman -S --noconfirm base git tar which zip libffi jre17-openjdk wget
- name: Install python
run: |
pacman -S --noconfirm python python-pipenv python-setuptools
pacman -S --noconfirm python python-pip python-pipenv python-setuptools
- name: Install fontforge
run: pacman -S --noconfirm fontforge
- uses: actions/checkout@v4
- name: Build fonts
run: |
pipenv --python /bin/python run pip install --upgrade pip setuptools; pipenv --python /bin/python install; pipenv run python build.py fonts
pipenv --python python -m ensurepip --upgrade
pipenv --python /bin/python run pip install --upgrade setuptools
pipenv --python /bin/python install
pipenv run python build.py fonts
- name: Save version
id: version
run: |
Expand Down

0 comments on commit 1acea03

Please sign in to comment.