Skip to content

Commit

Permalink
whoops, not a decimal number
Browse files Browse the repository at this point in the history
  • Loading branch information
lrauschning committed Dec 19, 2024
1 parent 5333295 commit 9857104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
- name: Set up Python ${{ inputs.python-version }}
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: '3.10'
cache: pip
# - name: Update pip
# run: python -m pip install --upgrade pip setuptools
Expand Down

0 comments on commit 9857104

Please sign in to comment.