Update test.yml
This commit is contained in:
parent
c0337e5596
commit
fb2e099401
|
@ -38,7 +38,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install -r requirements.test.txt
|
pip install -U -r requirements.test.txt
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: make tests
|
run: make tests
|
||||||
|
|
Loading…
Reference in New Issue