Skip to content

Commit

Permalink
fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
jnothman committed Dec 27, 2023
1 parent ca63e46 commit ab007bd
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
@@ -1,4 +1,4 @@
name: Lint
name: Lintbb
on: [push]
jobs:
lint:
Expand All @@ -12,7 +12,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setup.py
pip install .
- name: Lint with Ruff
run: |
pip install ruff
Expand Down

0 comments on commit ab007bd

Please sign in to comment.