We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f685c70 commit 9d38165Copy full SHA for 9d38165
.github/workflows/build-pipeline.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
- pip install .[dev] numpy torch
+ pip install .[dev] numpy torch PIL
30
- name: Run Linting
31
32
ruff check .
0 commit comments