Skip to content

Commit 8bbc2a4

Browse files
committed
Streamline some pip install commands
1 parent 97c4700 commit 8bbc2a4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,7 @@ jobs:
289289
dev-requirements.txt
290290
291291
- name: Install dependencies
292-
run: |
293-
pip install -r requirements.txt
294-
pip install -r dev-requirements.txt
292+
run: pip install -r requirements.txt -r dev-requirements.txt
295293

296294
- name: Set up Bazel
297295
uses: './.github/actions/set-up-bazel'

0 commit comments

Comments
 (0)