forked from open-webui/open-webui
ci: Tweak python
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Successful in 30m34s
Python CI / Format Backend (latest, 2.x) (pull_request) Failing after 24s
Python CI / Format Backend (latest, 3.x) (pull_request) Failing after 7s
Bun CI / Format & Build Frontend (pull_request) Successful in 49s
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Successful in 30m34s
Python CI / Format Backend (latest, 2.x) (pull_request) Failing after 24s
Python CI / Format Backend (latest, 3.x) (pull_request) Failing after 7s
Bun CI / Format & Build Frontend (pull_request) Successful in 49s
This commit is contained in:
parent
336868c487
commit
d37bfc1278
1 changed files with 5 additions and 1 deletions
6
.github/workflows/format-backend.yaml
vendored
6
.github/workflows/format-backend.yaml
vendored
|
@ -8,15 +8,19 @@ jobs:
|
||||||
name: 'Format Backend'
|
name: 'Format Backend'
|
||||||
env:
|
env:
|
||||||
PUBLIC_API_BASE_URL: ''
|
PUBLIC_API_BASE_URL: ''
|
||||||
|
RUNNER_TOOL_CACHE: /toolcache
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version:
|
node-version:
|
||||||
- latest
|
- latest
|
||||||
|
python-version: [ '2.x', '3.x' ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Use Python
|
- name: Use Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v2
|
||||||
|
with:
|
||||||
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Use Bun
|
- name: Use Bun
|
||||||
uses: oven-sh/setup-bun@v1
|
uses: oven-sh/setup-bun@v1
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
Loading…
Reference in a new issue