update CI.yaml

This commit is contained in:
Sina Atalay 2023-11-16 21:23:40 +01:00
parent 076782afa7
commit 83f7ab1b74
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pytest
pip install -r requirements.txt
pip install .
- name: Test with pytest
run: |