Skip to content

Commit

Permalink
Address install issues
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Jul 12, 2024
1 parent bf43f57 commit 8e24575
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/setup_tardis/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,8 @@ runs:
shell: bash
run: |
pip install -e . --user
- name: Install package editable
shell: bash
run: |
pip install -e tardis --user

0 comments on commit 8e24575

Please sign in to comment.