Skip to content

Commit

Permalink
πŸ› Use pip editable install
Browse files Browse the repository at this point in the history
  • Loading branch information
ollyhensby committed Nov 7, 2023
1 parent e5f0a53 commit fd13e0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ jobs:

- name: Install document-issue
shell: bash -l {0}
run: pip install ./packages/document-issue
run: pip install -e ./packages/document-issue

- name: Install document-issue-io
shell: bash -l {0}
run: pip install ./packages/document-issue-io
run: pip install -e ./packages/document-issue-io

- name: Install document-issue-api
shell: bash -l {0}
run: pip install ./packages/document-issue-api
run: pip install -e ./packages/document-issue-api

- name: Install tinytex
shell: bash -l {0}
Expand Down

0 comments on commit fd13e0e

Please sign in to comment.