Skip to content

Commit

Permalink
remove env vars from inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Nov 22, 2024
1 parent 07dd825 commit 997404f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/_unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ on:
os:
description: "Choose the OS to test against"
type: string
default: ${{ vars.DEFAULT_RUNNER }}
default: "ubuntu-22.04"
python-version:
description: "Choose the Python version to test against"
type: string
default: ${{ vars.DEFAULT_PYTHON_VERSION }}
default: 3.9
workflow_dispatch:
inputs:
package:
Expand All @@ -40,7 +40,7 @@ on:
os:
description: "Choose the OS to test against"
type: string
default: ${{ vars.DEFAULT_RUNNER }}
default: "ubuntu-22.04"
python-version:
description: "Choose the Python version to test against"
type: choice
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/_verify-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ on:
os:
description: "Choose the OS to test against"
type: string
default: ${{ vars.DEFAULT_RUNNER }}
default: "ubuntu-22.04"
python-version:
description: "Choose the Python version to test against"
type: string
default: ${{ vars.DEFAULT_PYTHON_VERSION }}
default: "3.9"
workflow_dispatch:
inputs:
package:
Expand All @@ -40,7 +40,7 @@ on:
os:
description: "Choose the OS to test against"
type: string
default: ${{ vars.DEFAULT_RUNNER }}
default: "ubuntu-22.04"
python-version:
description: "Choose the Python version to test against"
type: choice
Expand Down

0 comments on commit 997404f

Please sign in to comment.