We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c01af7 commit cde915cCopy full SHA for cde915c
.github/workflows/pytest.yaml
@@ -30,11 +30,11 @@ jobs:
30
31
- name: Install dev version of htmltools
32
run: |
33
- pip install https://github.com/rstudio/py-htmltools/tarball/main
+ pip install git+https://github.com/posit-dev/py-htmltools
34
35
- name: Install dev version of shiny
36
37
- pip install https://github.com/rstudio/py-shiny/tarball/main
+ pip install git+https://github.com/posit-dev/py-shiny
38
39
- name: Install dependencies
40
0 commit comments