Skip to content

Commit cc4c6c9

Browse files
committed
fix
1 parent 4a74fea commit cc4c6c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424

25-
- name: Install pipenv
25+
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip
2828
pip install .
29-
pip install -r requriements-dev.txt
29+
pip install -r requirements-dev.txt
3030
3131
- name: Lint with ruff
3232
run: |

0 commit comments

Comments
 (0)