Skip to content

Commit b276199

Browse files
committed
fix actions
1 parent ec78650 commit b276199

File tree

3 files changed

+2
-74
lines changed

3 files changed

+2
-74
lines changed

.github/workflows/analysis.yml

Lines changed: 0 additions & 72 deletions
This file was deleted.

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install Python deps
3737
run: |
38-
poetry install --no-dev
38+
poetry install -E requests --no-dev
3939
4040
- name: Check it imports
4141
run: |

.github/workflows/coverage_and_lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Install Python deps
2121
run: |
22-
pip install .
22+
pip install '.[requests]'
2323
2424
- name: Type Coverage
2525
uses: jakebailey/pyright-action@v1

0 commit comments

Comments
 (0)