We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cce52a commit 2dbc49cCopy full SHA for 2dbc49c
1 file changed
.github/workflows/weekly.yml
@@ -85,7 +85,7 @@ jobs:
85
- name: Install dependencies
86
run: |
87
python -m pip install --upgrade pip
88
- python -m pip install .[all]
+ python -m pip install .[dev]
89
python -m pip install --upgrade git+https://github.com/rstudio/pins-python
90
91
- name: run RStudio Connect
@@ -131,7 +131,7 @@ jobs:
131
132
133
134
135
python -m pip install --upgrade git+https://github.com/rstudio/rsconnect-python
136
137
0 commit comments