Skip to content

Commit efc65c9

Browse files
author
Andrei
committed
Update test.yml
1 parent 79577c0 commit efc65c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838

3939
- name: Install dependencies
4040
run: |
41-
pip install --upgrade pip
41+
pip install --upgrade pip build setuptools
4242
pip install -r requirements.test.txt
43-
pip install -r src/requirements.txt
43+
pip install .
4444
4545
- name: Test
4646
run: make tests

0 commit comments

Comments
 (0)