Skip to content

Commit 9d71b3e

Browse files
committed
Fix the test workflow.
1 parent 5637764 commit 9d71b3e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,9 @@ jobs:
129129
name: Install Python
130130
with:
131131
python-version: "3.10"
132-
- run: python -m pip install build
132+
- run: |
133+
python -m pip install build
134+
pip install -e .
133135
- name: Build sdist
134136
run: python -m build --sdist
135137
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)