Add setup of python so that bumpversion can be installed by pip.

pull/3563/head
derekpierre 2024-10-15 16:04:46 -04:00
parent ec1ae9b099
commit 44d849a66e
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.12"
- name: Checkout code
uses: actions/checkout@v4