Skip to content

Commit

Permalink
fixed?
Browse files Browse the repository at this point in the history
  • Loading branch information
bomzheg committed Jul 29, 2024
1 parent 01a6a57 commit 59302f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: "pip"
cache-dependency-path: pyproject.toml
- name: Install dependencies
run: uv venv && uv pip install .[test]
run: uv venv && uv pip install -e .[test]
lint:
needs: [build]
runs-on: ubuntu-latest
Expand All @@ -37,7 +37,7 @@ jobs:
cache: "pip"
cache-dependency-path: pyproject.toml
- name: Install dependencies
run: uv venv && uv pip install .[test]
run: uv venv && uv pip install -e .[test]
- name: black (ruff format)
run: source .venv/bin/activate && ruff format --check .
- name: ruff
Expand Down

0 comments on commit 59302f8

Please sign in to comment.