Skip to content

Commit

Permalink
Merge pull request #33 from makermelissa/main
Browse files Browse the repository at this point in the history
Pin missed file to Python 3.11
  • Loading branch information
dhalbert committed Oct 29, 2023
2 parents d17acc0 + d9f3e77 commit 8806743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
python-version:
description: 'The version of Python to use in the CI'
required: true
default: '3.x'
default: '3.11'
package-prefix:
description: |
The prefix (or name) of your pacakge (if applicable) to use
Expand All @@ -27,7 +27,7 @@ runs:
awk -F '\/' '{ print tolower($2) }' |
tr '_' '-'
) >> $GITHUB_OUTPUT
- name: Set up Python 3.x
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: ${{ inputs.python-version }}
Expand Down

0 comments on commit 8806743

Please sign in to comment.