Skip to content

Commit

Permalink
Remove unneeded venv activation
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jan 14, 2025
1 parent 0b87ff0 commit b878b79
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,11 @@ jobs:
from-lock: 'true'

- name: Setup environment
# NOTE: virtual env in .venv created by uv in previous step
run: source .venv/bin/activate && .github/workflows/setup.sh
run: .github/workflows/setup.sh

- name: Run tests
id: tests
run: source .venv/bin/activate && .github/workflows/tests_nightly.sh
run: .github/workflows/tests_nightly.sh

- name: Slack notification
# Always run this step (otherwise it would be skipped if any of the previous steps fail) but only if the
Expand Down

0 comments on commit b878b79

Please sign in to comment.