Skip to content

Commit

Permalink
fix(ci): fix "no virtual environment found" error
Browse files Browse the repository at this point in the history
  • Loading branch information
the-wondersmith committed Aug 17, 2024
1 parent e12bde5 commit b8f9416
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,5 @@ runs:
env:
DEBIAN_FRONTEND: noninteractive
run: |
uv venv
uv --no-config pip install -U ruff awscli packaging
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ dev-dependencies = [


[tool.uv.sources]
kat = { workspace = true, editable = true }
tests = { workspace = true, editable = true }
ambassador = { workspace = true, editable = true }
ambassador-diag = { workspace = true, editable = true }
kat = { workspace = true }
tests = { workspace = true }
ambassador = { workspace = true }
ambassador-diag = { workspace = true }


[tool.uv.workspace]
Expand Down

0 comments on commit b8f9416

Please sign in to comment.