Skip to content

Commit

Permalink
ci: editable mode install
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward-Jackson-ONS committed Aug 20, 2024
1 parent d3b6382 commit cb669dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: |
matrix.python-version == 3.11
run: |
python -m pip install ".[dev]"
python -m pip install -e ".[dev]"
python -m ruff check .
python -m ruff format --check .
Expand Down

0 comments on commit cb669dd

Please sign in to comment.