Skip to content

Commit

Permalink
Revert pip -e invocation in tests.yml lol
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha authored Mar 14, 2024
1 parent 9319c71 commit d721b12
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt

- name: Install for testing
run: pip install -e .

- name: Run linting checks
run: scripts/lint.sh

Expand Down

0 comments on commit d721b12

Please sign in to comment.