Skip to content

Commit 86fc60f

Browse files
committed
just copy over the py-shiny-templates to the examples dir instead
1 parent b75da52 commit 86fc60f

File tree

2 files changed

+9
-51
lines changed

2 files changed

+9
-51
lines changed

.github/workflows/pytest.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,15 @@ jobs:
193193
working-directory: examples/brownian/shinymediapipe
194194
run: |
195195
npm ci
196+
- name: Checkout py-shiny-templates repository
197+
uses: actions/checkout@v4
198+
with:
199+
repository: posit-dev/py-shiny-templates
200+
path: py-shiny-templates
201+
202+
- name: Copy py-shiny-templates to examples directory
203+
run: |
204+
cp -r py-shiny-templates/* examples/
196205
197206
- name: Run example app tests
198207
timeout-minutes: 60

.github/workflows/test-templates.yaml

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)