Skip to content

Commit

Permalink
ci: fix venv activation
Browse files Browse the repository at this point in the history
  • Loading branch information
seppzer0 committed Jan 18, 2025
1 parent 25a814a commit ff3a4de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
run: |
python3 -m pip install -r requirement-uv.txt
uv sync --frozen --no-install-project
source .venv/bin/activate
. .venv/bin/activate
echo PATH=$PATH >> $GITHUB_ENV
- name: Build And Assemble
run: |
Expand Down

0 comments on commit ff3a4de

Please sign in to comment.