Skip to content

Commit

Permalink
Drop -e in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-rozet committed Nov 6, 2024
1 parent eb23923 commit 058cb1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gpu-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
uv venv && source .venv/bin/activate
uv pip install setuptools
uv pip install -e ".[dev]"
uv pip install ".[dev]"
- name: Run tests.
run: |
source .venv/bin/activate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Create venv and install the package.
run: |
uv venv && source .venv/bin/activate
uv pip install -e ".[dev]"
uv pip install ".[dev]"
- name: Run tests.
run: |
source .venv/bin/activate
Expand Down

0 comments on commit 058cb1b

Please sign in to comment.