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 8a6fb22 commit cc1a011
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/actions/setup_tardis/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,9 @@ runs:
cache-environment: true
cache-downloads: true

- name: Install package editable
- run: ls
shell: bash
run: |
pip install -e . --user

- name: Install package editable
shell: bash
run: |
Expand Down

0 comments on commit cc1a011

Please sign in to comment.