Skip to content

Commit

Permalink
Do editable install
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Feb 19, 2024
1 parent 153b14c commit bc07699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
cache: "pip"
cache-dependency-path: pyproject.toml
- name: Install Dependencies
run: pip install .[dev]
run: pip install -e ".[dev]"
- name: Test
run: pytest tests/ci/

Expand Down

0 comments on commit bc07699

Please sign in to comment.