We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 771ba56 + ec327fd commit f192218Copy full SHA for f192218
.github/workflows/unit_test.yaml
@@ -25,7 +25,7 @@ jobs:
25
run: python -m pip install --upgrade pip
26
- name: Install dependencies
27
run: |
28
- python -m pip install -e ".[dev,oss]"
+ python -m pip install --no-build-isolation -e ".[dev,oss]"
29
- name: Run unit tests with coverage
30
# TODO add all tests
31
run: pytest tests/unit_tests --cov=. --cov-report=xml --durations=20 -vv
assets/version.txt
@@ -0,0 +1 @@
1
+0.1.0
0 commit comments