Skip to content

Commit

Permalink
Fix how we import local dependency on kiln_a- from studio
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Aug 19, 2024
1 parent 5ff56c8 commit 0f9e329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: mkdir -p ./src/web_ui/build

- name: Test Studio
run: pip install -e ../core && python3 -m pytest tests/
run: python3 -m pytest tests/
working-directory: ./libs/studio

- name: Build Studio
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-e libs/core
astroid==3.2.4
backports.tarfile==1.2.0
dill==0.3.8
Expand Down

0 comments on commit 0f9e329

Please sign in to comment.