Skip to content

Commit

Permalink
update test-load.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fllesser committed Jan 7, 2025
1 parent d4924fd commit ec6d6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-load.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
source .venv/bin/activate
export ENVIRONMENT=dev
uv install pyproject.toml --group test
uv pip install pyproject.toml --group test
(nb run | tee output.log) &
PID=$!
trap "kill $PID" EXIT
Expand Down

0 comments on commit ec6d6f9

Please sign in to comment.