Danila-Pechenev commited on
Commit
28de88c
·
1 Parent(s): ea760c3

Fix `ci.yml`

Browse files
Files changed (1) hide show
  1. .github/workflows/ci.yml +0 -1
.github/workflows/ci.yml CHANGED
@@ -28,7 +28,6 @@ jobs:
28
  pip install mypy
29
  pip install -r app/requirements.txt
30
  python3 -m pip install types-Pillow
31
- python3 -m pip install types-requests==2.28.11
32
  - name: Run mypy
33
  run: mypy .
34
  test:
 
28
  pip install mypy
29
  pip install -r app/requirements.txt
30
  python3 -m pip install types-Pillow
 
31
  - name: Run mypy
32
  run: mypy .
33
  test: