Skip to content

Commit 8f9a6a0

Browse files
committed
Add py-shiny setup step to workflow
Introduces a new step to set up py-shiny in the validate-test-generation-prompts GitHub Actions workflow before installing dependencies.
1 parent 8f91d19 commit 8f9a6a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/validate-test-generation-prompts.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
with:
2626
python-version: '3.12'
2727

28+
- name: Setup py-shiny
29+
id: install
30+
uses: ./.github/py-shiny/setup
31+
2832
- name: Install dependencies
2933
run: |
3034
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)