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

Commit

Permalink
Try installing self seperately
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3r-Jak3 committed Mar 2, 2024
1 parent 1221e83 commit 111f1ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ jobs:
run: |
pip install --upgrade pip wheel
pip install -r requirements-dev.txt
pip install .
- name: Install self
run: pip install .

- name: Lint
run: make lint
Expand Down

0 comments on commit 111f1ba

Please sign in to comment.