Skip to content

Commit

Permalink
Update run_tests.yml, adding the inputs parameter
Browse files Browse the repository at this point in the history
Signed-off-by: bvandekerkhof <[email protected]>
  • Loading branch information
bvandekerkhof authored Mar 8, 2024
1 parent 95f80b6 commit 6d135c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: Set up Python ${{ python-version }}
- name: Set up Python ${{ inputs.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ python-version }}
python-version: ${{ inputs.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -53,4 +53,4 @@ jobs:
with:
name: pytest_junitxml
path: pytest_junit.xml
if: ${{ always() }}
if: ${{ always() }}

0 comments on commit 6d135c8

Please sign in to comment.