Skip to content

Commit 81ae13e

Browse files
authored
Follow up to #91: do nothing if shinyapp doesn't yet exist (#93)
1 parent 33d8323 commit 81ae13e

File tree

6 files changed

+1449
-7703
lines changed

6 files changed

+1449
-7703
lines changed

.github/workflows/pytest.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
run: |
3333
pip install https://github.com/rstudio/py-htmltools/tarball/main
3434
35+
- name: Install dev version of shiny
36+
run: |
37+
pip install https://github.com/rstudio/py-shiny/tarball/main
38+
3539
- name: Install dependencies
3640
run: |
3741
pip install -e ".[dev,test]"

0 commit comments

Comments
 (0)