Skip to content

Commit

Permalink
refactor: address PR reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Oct 28, 2024
1 parent 2cc7362 commit 58d440c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ on:
required: false
type: boolean
default: true
PYTHON_VERSION:
description: 'Python version to use for the workflow'
required: false
type: string
default: '3.12'
secrets:
DOCKERHUB_USERNAME:
description: 'DockerHub username for login'
Expand Down Expand Up @@ -74,7 +79,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: ${{ inputs.PYTHON_VERSION }}

- name: Install necessary requirements for workflow scripts
working-directory: ${{ github.workspace }}
Expand Down

0 comments on commit 58d440c

Please sign in to comment.