Skip to content

Commit

Permalink
install in editable mode
Browse files Browse the repository at this point in the history
  • Loading branch information
johanos1 committed Jan 11, 2025
1 parent fb66970 commit 8e1e500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies from pyproject.toml
run: |
python -m pip install --upgrade pip
pip install .[dev]
pip install -e .[dev]
- name: Ruff Linting
run: |
Expand Down

0 comments on commit 8e1e500

Please sign in to comment.