Skip to content

Commit

Permalink
Add Python version (#1167)
Browse files Browse the repository at this point in the history
  • Loading branch information
thom-at-redhat authored Oct 15, 2024
1 parent 3ee08e0 commit 6bc6a97
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ on: # yamllint disable-line rule:truthy
description: 'Email of the person who will create a tag / draft release.'
required: true
default: ''
env:
DESIRED_PYTHON_VERSION: '3.12'

jobs:
stage:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -54,6 +57,8 @@ jobs:

- name: Install python
uses: actions/setup-python@v5
with:
python-version: ${{ env.DESIRED_PYTHON_VERSION }}

- name: Install dependencies
run: |
Expand Down

0 comments on commit 6bc6a97

Please sign in to comment.