Skip to content

Commit

Permalink
Use editable install of htmltools; Run tests before checking shiny
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Apr 23, 2024
1 parent 1428c97 commit 05531b7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,14 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: actions/checkout@v4
with:
path: htmltools
- uses: actions/checkout@v4
with:
repository: posit-dev/py-shiny
path: shiny

- name: Install dev Shiny
run: |
python -m pip install --upgrade pip
Expand All @@ -70,21 +74,18 @@ jobs:
continue-on-error: true
run: |
cd shiny
make check
make test check
- uses: actions/checkout@v4
- name: Install dev htmltools dependencies
run: |
cd htmltools
python -m pip install --upgrade pip
pip install -e ".[dev,test]"
- name: Install dev htmltools
run: |
make install
- name: Check dev Shiny w/ dev Htmltools
run: |
cd shiny
make check
make test check
deploy:
name: "Deploy to PyPI"
Expand Down

0 comments on commit 05531b7

Please sign in to comment.