Skip to content

Commit

Permalink
YAML の悪いところ
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Nov 3, 2024
1 parent 91892cc commit b8c9c34
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
platform:
- name: ubuntu-24.04_x86_64
runs-on: ubuntu-24.04
python:
- version: "3.10"
- version: "3.11"
- version: "3.12"
- version: "3.13"
runs-on: ${{ matrix.platform.runs-on }}
steps:
- name: Disk Cleanup
Expand Down Expand Up @@ -229,7 +234,7 @@ jobs:
working-directory: sora-python-sdk
run: |
set -x
# uv python pin ${{ matrix.python_version }}
uv python pin ${{ matrix.python.version }}
uv sync
uv run python run.py --debug ${{ matrix.platform.name }}
# cache
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-relwithdebinfo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- name: ubuntu-24.04_x86_64
runs-on: ubuntu-24.04
python:
- version: 3.10
- version: 3.11
- version: 3.12
- version: 3.13
- version: "3.10"
- version: "3.11"
- version: "3.12"
- version: "3.13"
runs-on: ${{ matrix.platform.runs-on }}
steps:
- name: Disk Cleanup
Expand Down

0 comments on commit b8c9c34

Please # to comment.