Skip to content

Commit 9483fc1

Browse files
committed
fix
1 parent a0a8380 commit 9483fc1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ jobs:
1313
uses: actions/setup-python@v5
1414
with:
1515
python-version: "3.10"
16-
- name: Linter and code format verification
16+
- name: Linter + code format + typing verification
1717
run: |
1818
make setup
19-
pip install -r requirements-dev.txt
2019
make check
2120
- name: Run tests with Chrome
2221
run: |

0 commit comments

Comments
 (0)