Unit test requirements correction

This commit is contained in:
Totonyus 2024-05-24 17:09:12 +02:00
parent c88b98303a
commit 8152430a1d
1 changed files with 1 additions and 1 deletions

View File

@ -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