Skip to content

Commit

Permalink
rm editable installation
Browse files Browse the repository at this point in the history
  • Loading branch information
FBruzzesi committed Aug 19, 2024
1 parent 68f9c05 commit db13d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Install dependencies
run: uv pip install -e . -r requirements-dev.txt --system
run: uv pip install -r requirements-dev.txt --system
- name: show-deps
run: uv pip freeze
- name: Run benchmarks
Expand Down

0 comments on commit db13d7c

Please sign in to comment.