Skip to content

Commit

Permalink
Fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Nov 8, 2024
1 parent 5d14f46 commit efe6f75
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/actions/prepare_python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ inputs:
description: "インストールされる Python ランタイムのバージョン。デフォルト値はこのリポジトリが想定する Python バージョン。"
required: false
default: "3.11.9"
architecture:
description: "Python のアーキテクチャ"
required: false
default: "x64"
outputs:
python-version:
description: "Python version"
value: ${{ steps.export-python-version.outputs.python-version }}
architecture:
description: "Architecture"
value: ${{ runner.arch }}

runs:
using: "composite"
Expand Down

0 comments on commit efe6f75

Please sign in to comment.