Unit test requirements correction
This commit is contained in:
parent
c88b98303a
commit
8152430a1d
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
run: |
|
||||
mkdir ${{ github.workspace }}/logs
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r ${{ github.workspace }}/pip_requirements
|
||||
pip install -r ${{ github.workspace }}/pip_requirements_amd
|
||||
pip install pytest
|
||||
|
||||
- name: Run tests with pytest
|
||||
|
|
|
|||
Loading…
Reference in New Issue