We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c96d0ce commit d631caeCopy full SHA for d631cae
.github/workflows/build.yml
@@ -27,6 +27,7 @@ jobs:
27
run: |
28
python -m pip install --upgrade pip
29
pip install build pytest pytest-cov ruff
30
+ pip install -r requirements.txt
31
pip install -e .
32
33
- name: Lint with ruff
0 commit comments