Skip to content

Commit

Permalink
try setting python version manually
Browse files Browse the repository at this point in the history
  • Loading branch information
lrauschning committed Dec 19, 2024
1 parent 04a8ce2 commit 5333295
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ runs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
# - name: Set up Python ${{ inputs.python-version }}
# uses: actions/setup-python@v5
# with:
# python-version: ${{ inputs.python-version }}
# cache: pip
- name: Set up Python ${{ inputs.python-version }}
uses: actions/setup-python@v5
with:
python-version: 3.10
cache: pip
# - name: Update pip
# run: python -m pip install --upgrade pip setuptools
# shell: bash
Expand Down

0 comments on commit 5333295

Please sign in to comment.