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

This commit is contained in:
Mike Nolan 2024-04-19 22:17:34 -05:00
parent dd707e3057
commit 67b012dbe0
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.13.0.alpha.6'
- run: pip3 install screenplain
- run: pip3 install 'screenplain[PDF]'
- uses: actions/cache@v4