Fix
Gitea actions / Build (push) Failing after 13s Details

This commit is contained in:
Mike Nolan 2024-04-19 22:11:13 -05:00
parent a31d98ccb5
commit 0e0bbf432f
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: apt install -y python3 python3-pip - run: apt install -y python3 python3-pip
- run: pip install screenplain - run: pip3 install screenplain
- run: pip install 'screenplain[PDF]' - run: pip3 install 'screenplain[PDF]'
- uses: actions/cache@v4 - uses: actions/cache@v4
with: with:
path: screenplain path: screenplain