We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a74fea commit cc4c6c9Copy full SHA for cc4c6c9
1 file changed
.github/workflows/build.yml
@@ -22,11 +22,11 @@ jobs:
22
with:
23
python-version: ${{ matrix.python-version }}
24
25
- - name: Install pipenv
+ - name: Install dependencies
26
run: |
27
python -m pip install --upgrade pip
28
pip install .
29
- pip install -r requriements-dev.txt
+ pip install -r requirements-dev.txt
30
31
- name: Lint with ruff
32
0 commit comments