Attempting to fix the publish action.
Some checks failed
StarFields Django Rest Framework Generics / build (push) Has been cancelled
Lint / Lint (push) Failing after 0s

This commit is contained in:
2024-05-13 15:03:46 +03:00
parent 942b576521
commit 3c2eddfea0

View File

@@ -6,6 +6,8 @@ jobs:
build:
runs-on: ubuntu-latest
# Bizzarre bug that needed the below according to https://forum.gitea.com/t/gitea-actions-with-python/7605/3
container: catthehacker/ubuntu:act-latest
steps:
- name: Checkout code
@@ -17,6 +19,7 @@ jobs:
with:
# Semantic version range syntax or exact version of a Python version
python-version: '3.12.3'
cache: 'pip'
- name: Display Python version
run: python -c "import sys; print(sys.version)"