Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
Don't install self
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3r-Jak3 committed Mar 2, 2024
1 parent 111f1ba commit 831181d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
pip install --upgrade pip wheel
pip install -r requirements-dev.txt
- name: Install self
run: pip install .
# - name: Install self
# run: pip install .

- name: Lint
run: make lint
Expand Down

0 comments on commit 831181d

Please sign in to comment.