Skip to content

Commit f192218

Browse files
author
Allen Wang
committed
fix merge
2 parents 771ba56 + ec327fd commit f192218

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/unit_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: python -m pip install --upgrade pip
2626
- name: Install dependencies
2727
run: |
28-
python -m pip install -e ".[dev,oss]"
28+
python -m pip install --no-build-isolation -e ".[dev,oss]"
2929
- name: Run unit tests with coverage
3030
# TODO add all tests
3131
run: pytest tests/unit_tests --cov=. --cov-report=xml --durations=20 -vv

assets/version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.1.0

0 commit comments

Comments
 (0)