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 7c6c2cc commit f3f59f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/llvm-project-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ inputs.python_version }}
- name: (DEBUG) Print Python version
run: |
${pythonLocation}/bin/python3 --version
- name: Install Ninja
if: runner.os != 'Linux'
uses: llvm/actions/install-ninja@main
Expand Down

0 comments on commit f3f59f9

Please sign in to comment.