update CI.yaml

This commit is contained in:
Sina Atalay 2023-11-16 21:23:40 +01:00 committed by Jeffrey Goldberg
parent 3991dfc216
commit 4cfaa86f04
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: |