Skip to content

Commit 2f3b4e2

Browse files
committed
Use an editable install for testing
Currently, only editable installs can validate Thing Descriptions. This should be fixed and is raised as #97
1 parent bc15c81 commit 2f3b4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
python-version: ${{ matrix.python }}
4646

4747
- name: Install Dependencies
48-
run: pip install . -r dev-requirements.txt
48+
run: pip install -e . -r dev-requirements.txt
4949

5050
- name: Lint with Ruff
5151
run: ruff check .

0 commit comments

Comments
 (0)