Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 418ec8c

Browse files
authored
install requirements-test.txt at testing time
1 parent be081c3 commit 418ec8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install Python dependencies
3131
run: |
3232
python -m pip install --upgrade pip
33-
pip install -r requirements.txt
33+
pip install -r requirements.txt requirements-test.txt
3434
- name: install-windows
3535
if: matrix.os == 'windows-latest'
3636
run: |

0 commit comments

Comments
 (0)