File tree Expand file tree Collapse file tree 1 file changed +9
-22
lines changed Expand file tree Collapse file tree 1 file changed +9
-22
lines changed Original file line number Diff line number Diff line change 66 pull_request :
77
88jobs :
9- shiny :
9+ htmltools-pr :
1010 runs-on : ubuntu-latest
1111 defaults :
1212 run :
1313 shell : bash
1414
1515 steps :
16- - name : Set up Python 3.12
17- uses : actions/setup-python@v5
16+ - uses : actions/checkout@v4
17+ with :
18+ repository : posit-dev/py-shiny
19+ fetch-depth : 0 # Required for shiny version
20+ - name : Setup py-shiny@main
21+ id : install
22+ uses : posit-dev/py-shiny/.github/py-shiny/setup
1823 with :
1924 python-version : " 3.12"
2025
2126 - uses : actions/checkout@v4
2227 with :
2328 path : htmltools
24- - uses : actions/checkout@v4
25- with :
26- repository : posit-dev/py-shiny
27- path : shiny
28- fetch-depth : 0 # Required for shiny version
29-
30- - name : Install py-shiny@main
31- run : |
32- python -m pip install --upgrade pip
33- cd shiny
34- pip install -e ".[dev,test]"
35-
36- - name : Check py-shiny@main w/ PyPi Htmltools (This should pass)
37- continue-on-error : true
38- run : |
39- cd shiny
40- make test check
4129
4230 - name : Install dev py-htmltools htmltools dependencies
4331 run : |
4432 cd htmltools
45- python -m pip install --upgrade pip
4633 pip install -e ".[dev,test]"
4734 make install
4835
4936 - name : Check py-shiny@main w/ dev py-htmltools
5037 run : |
51- cd shiny
38+ # Run test before check, so that linting is performed last
5239 make test check
You can’t perform that action at this time.
0 commit comments