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