Correction for unitests

This commit is contained in:
Totonyus 2024-06-01 14:19:38 +02:00
parent bb5e08e850
commit 5d0f6b88ab
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_amd
pip install -r ${{ github.workspace }}/pip_requirements
pip install pytest
- name: Run tests with pytest