Skip to content

Commit 3817716

Browse files
committed
Fix testing workflow
1 parent 8ad7be1 commit 3817716

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,8 @@ jobs:
361361
- name: Install Dependencies
362362
working-directory: ${{ env.WORKING_DIR }}
363363
run: |
364-
&& python -m pip install -U pip \
365-
&& python -m pip install -r requirements-dev.txt
364+
python -m pip install -U pip
365+
python -m pip install -r requirements-dev.txt
366366
- name: MyPy
367367
working-directory: ${{ env.WORKING_DIR }}
368368
run: mypy .

0 commit comments

Comments
 (0)