We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c4700 commit 8bbc2a4Copy full SHA for 8bbc2a4
1 file changed
.github/workflows/ci.yaml
@@ -289,9 +289,7 @@ jobs:
289
dev-requirements.txt
290
291
- name: Install dependencies
292
- run: |
293
- pip install -r requirements.txt
294
- pip install -r dev-requirements.txt
+ run: pip install -r requirements.txt -r dev-requirements.txt
295
296
- name: Set up Bazel
297
uses: './.github/actions/set-up-bazel'
0 commit comments