Skip to content

Commit

Permalink
Update llvm-project-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjh authored Jan 15, 2025
1 parent 336da87 commit 55bcb6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/llvm-project-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ on:
python_version:
required: false
type: string
default: '3.11.11'
default: '3.11'

concurrency:
# Skip intermediate builds: always.
Expand Down Expand Up @@ -88,6 +88,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ inputs.python_version }}
check-latest: true
- name: (DEBUG) Show Python version
run: |
/__t/Python/3.11.11/x64/bin/python3 --version
Expand Down

0 comments on commit 55bcb6c

Please sign in to comment.