try to get this working
All checks were successful
Pipeline main branch / test (push) Successful in 53s
All checks were successful
Pipeline main branch / test (push) Successful in 53s
This commit is contained in:
parent
a15a9de293
commit
08ad958e12
2 changed files with 5 additions and 5 deletions
|
@ -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: |
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.12.3
|
||||
FROM python:3.12
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue