Skip to content

Commit 2dbc49c

Browse files
committed
install dev
1 parent 8cce52a commit 2dbc49c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/weekly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Install dependencies
8686
run: |
8787
python -m pip install --upgrade pip
88-
python -m pip install .[all]
88+
python -m pip install .[dev]
8989
python -m pip install --upgrade git+https://github.com/rstudio/pins-python
9090
9191
- name: run RStudio Connect
@@ -131,7 +131,7 @@ jobs:
131131
- name: Install dependencies
132132
run: |
133133
python -m pip install --upgrade pip
134-
python -m pip install .[all]
134+
python -m pip install .[dev]
135135
python -m pip install --upgrade git+https://github.com/rstudio/rsconnect-python
136136
137137
- name: run RStudio Connect

0 commit comments

Comments
 (0)