try to get this working
All checks were successful
Pipeline main branch / test (push) Successful in 53s

This commit is contained in:
continuist 2025-03-29 22:42:12 -04:00
parent a15a9de293
commit 08ad958e12
2 changed files with 5 additions and 5 deletions

View file

@ -7,16 +7,16 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v4
# with:
# python-version: '3.12.3'
uses: actions/setup-python@v2
with:
python-version: 3.12
- name: Install dependencies
run: |

View file

@ -1,4 +1,4 @@
FROM python:3.12.3
FROM python:3.12
WORKDIR /app