Skip to content

Commit

Permalink
Issue #141: trailing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope committed Oct 3, 2024
1 parent 700a07d commit d4aa62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-lint-test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install ruff==0.1.0
pip install -r requirements.txt;
pip install -r requirements.txt
pip install pytest pytest-cov # for coverage
- name: Lint with ruff
Expand Down

0 comments on commit d4aa62a

Please sign in to comment.