Skip to content

Commit 241317d

Browse files
Fix workflow error.
1 parent 833992a commit 241317d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Install dependencies
6767
run: |
6868
python -m pip install --upgrade pip
69-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
69+
pip install -r requirements.txt
7070
- name: Test with pytest
7171
run: |
7272
pytest

0 commit comments

Comments
 (0)