Skip to content

Commit

Permalink
revert workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Jun 7, 2022
1 parent 340f3b4 commit fa72553
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ jobs:
with:
python-version: '3.9'

- name: Install/update setup dependencies
- name: Install/update dependencies
run: |
python3 -m pip install -U pip
python3 -m pip install -U setuptools setuptools-scm build wheel
python3 -m pip install -U pillow pytest importchecker codespell reuse twine check-wheel-contents
- name: Check out ctypesgen
uses: actions/checkout@v3
Expand All @@ -46,9 +47,6 @@ jobs:
repository: ${{ github.repository }}
fetch-depth: 0

- name: Install pypdfium2 and dependencies
run: pip3 install -U .[converters,inserttext,test,utilities]

- name: Run packaging script
run: make packaging

Expand Down

0 comments on commit fa72553

Please sign in to comment.