Skip to content

Commit 5ee5799

Browse files
Tyler BuffingtonTyler Buffington
authored andcommitted
Fixed typo
1 parent 26554aa commit 5ee5799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install -r requirements.txt; fi
25+
pip install -r requirements.txt
2626
2727
- name: Run Pytest
2828
run: |

0 commit comments

Comments
 (0)