Skip to content

Commit

Permalink
Fix pip install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Sep 18, 2024
1 parent 5c01af7 commit a39803a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
- name: Install dev version of htmltools
run: |
pip install https://github.com/rstudio/py-htmltools/tarball/main
pip install git+https://github.com/post-dev/py-htmltools
- name: Install dev version of shiny
run: |
pip install https://github.com/rstudio/py-shiny/tarball/main
pip install git+https://github.com/posit-dev/py-shiny
- name: Install dependencies
run: |
Expand Down

0 comments on commit a39803a

Please sign in to comment.