We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98adc8 commit cbc90dcCopy full SHA for cbc90dc
1 file changed
.github/workflows/tests.yml
@@ -26,8 +26,8 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
30
-
+ if [ -f pyproject.toml ]; then pip install -e .; fi
+
31
- name: Test with unittest
32
33
python3 -m unittest -v
0 commit comments