-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Carson Sievert <[email protected]> Co-authored-by: Winston Chang <[email protected]>
- Loading branch information
1 parent
1857415
commit 81e0749
Showing
10 changed files
with
473 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
name: Bleeding Edge Shiny | ||
|
||
on: | ||
push: | ||
branches: "shiny-**" | ||
pull_request: | ||
|
||
jobs: | ||
htmltools-pr: | ||
runs-on: ubuntu-latest | ||
defaults: | ||
run: | ||
shell: bash | ||
|
||
steps: | ||
- name: Checkout py-shiny@main | ||
uses: actions/checkout@v4 | ||
with: | ||
repository: posit-dev/py-shiny | ||
ref: main | ||
fetch-depth: 0 # Required for shiny version | ||
- name: Setup py-shiny@main | ||
uses: posit-dev/py-shiny/.github/py-shiny/setup@main | ||
with: | ||
python-version: "3.12" | ||
|
||
- name: Checkout dev branch of py-htmltools | ||
uses: actions/checkout@v4 | ||
with: | ||
path: _dev/htmltools | ||
|
||
- name: Install dev py-htmltools htmltools dependencies | ||
run: | | ||
cd _dev/htmltools | ||
pip uninstall -y htmltools | ||
pip install -e ".[dev,test]" | ||
make install | ||
- name: Check py-shiny@main | ||
uses: posit-dev/py-shiny/.github/py-shiny/check@main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.