We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad7be1 commit 3817716Copy full SHA for 3817716
.github/workflows/testing.yml
@@ -361,8 +361,8 @@ jobs:
361
- name: Install Dependencies
362
working-directory: ${{ env.WORKING_DIR }}
363
run: |
364
- && python -m pip install -U pip \
365
- && python -m pip install -r requirements-dev.txt
+ python -m pip install -U pip
+ python -m pip install -r requirements-dev.txt
366
- name: MyPy
367
368
run: mypy .
0 commit comments