We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb71ea4 commit a49536aCopy full SHA for a49536a
.github/workflows/test.yaml
@@ -23,4 +23,4 @@ jobs:
23
python -m pip install --upgrade pip
24
pip install -U -r requirements.txt -r requirements_testing.txt
25
- name: Run tests
26
- run: pytest
+ run: pytest ThermiaOnlineAPI
0 commit comments