ci: Tweak python
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
Python CI / Format Backend (latest, 3.12.2) (pull_request) Failing after 7s
Bun CI / Format & Build Frontend (pull_request) Successful in 50s

This commit is contained in:
Tibo De Peuter 2024-03-19 12:11:52 +01:00
parent 336868c487
commit 7144e07122

View file

@ -8,15 +8,19 @@ jobs:
name: 'Format Backend'
env:
PUBLIC_API_BASE_URL: ''
RUNNER_TOOL_CACHE: /toolcache
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- latest
python-version: [ '3.12.2' ]
steps:
- uses: actions/checkout@v4
- name: Use Python
uses: actions/setup-python@v4
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Use Bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies