Skip to content

Commit 8cb93c3

Browse files
authored
Remove unused requirements.txt check
1 parent 0be3d47 commit 8cb93c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/package.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip
31-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3231
pip install pillow
3332
pip install numpy
3433
- name: Test with unittest

0 commit comments

Comments
 (0)