Skip to content

Commit bf79fad

Browse files
chore(deps): move tests dependency file
1 parent 909c4fe commit bf79fad

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install dependencies
4242
run: |
4343
python -m pip install --upgrade pip
44-
pip install -r requirements.dev.txt
44+
pip install -r tests/requirements.txt
4545
pip install -r requirements.txt
4646
4747
- name: Test with pytest and Generate Coverage report
File renamed without changes.

0 commit comments

Comments
 (0)