Skip to content

Commit 659517f

Browse files
authored
Update python-package-3.10.yml
1 parent 615d537 commit 659517f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package-3.10.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
python -m pip install --upgrade pip
37+
python -m pip install multidict
3738
python -m pip install flake8 pytest
3839
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3940
- name: Lint with flake8

0 commit comments

Comments
 (0)