Skip to content

Commit 8e556a0

Browse files
authored
Correct indentation for pip install command
Fix indentation in the install dependencies step.
1 parent 30930c5 commit 8e556a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tester.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Install dependencies and library
4040
run: |
41-
uv pip install --user \
41+
uv add \
4242
numpy \
4343
scipy \
4444
scikit-image \

0 commit comments

Comments
 (0)