Skip to content

Commit fd8daa6

Browse files
committed
Fix pip install commands
1 parent 5c01af7 commit fd8daa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030

3131
- name: Install dev version of htmltools
3232
run: |
33-
pip install https://github.com/rstudio/py-htmltools/tarball/main
33+
pip install git+https://github.com/post-dev/py-htmltools
3434

3535
- name: Install dev version of shiny
3636
run: |
37-
pip install https://github.com/rstudio/py-shiny/tarball/main
37+
pip install git+https://github.com/posit-dev/py-shiny
3838

3939
- name: Install dependencies
4040
run: |

0 commit comments

Comments
 (0)