Skip to content

Commit

Permalink
don't put venv in the venvFolderPath
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft committed May 16, 2024
1 parent 3c699e7 commit 975728a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
pythonCodeChecks: true
pythonFolderName: autorest
regenerate: true
venvFolderPath: "node_modules/pygen/venv"
venvFolderPath: "node_modules/pygen"

- script: |
pip install pip
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
installCadlRanch: true
folderName: "typespec-python"
regenerate: true
venvFolderPath: "dist/pygen/venv"
venvFolderPath: "dist/pygen"

- template: generated-code-checks-template.yml
parameters:
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/internal-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ steps:
installCadlRanch: true
folderName: "typespec-python"
regenerate: true
venvFolderPath: "dist/pygen/venv"
venvFolderPath: "dist/pygen"

- script: |
tox run -e ci
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ steps:
regenerate: true
updateToLatestTypespec: true
checkChange: false
venvFolderPath: "dist/pygen/venv"
venvFolderPath: "dist/pygen"

- template: generated-code-checks-template.yml
parameters:
Expand Down

0 comments on commit 975728a

Please sign in to comment.