Skip to content

Commit 6f29230

Browse files
committed
Fix syntax error in GitHub Actions workflow: add missing 'fi' for conditional statement
1 parent 7f72795 commit 6f29230

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_pyqt5.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
else
5656
# Install from PyPI normally for main branch
5757
pip install .[test]
58+
fi
5859
- name: Lint with Ruff
5960
run: ruff check --output-format=github plotpy
6061
- name: Test with pytest

0 commit comments

Comments
 (0)