Skip to content

Commit

Permalink
place pet in project dir
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelizimm committed Jan 8, 2025
1 parent f1d2c1f commit 8b247ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/positron-python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'microsoft/python-environment-tools'
path: 'python-env-tools'
path: '${{ env.special-working-directory }}/${{ env.PROJECT_DIR}}/python-env-tools'
sparse-checkout: |
crates
Cargo.toml
Expand Down Expand Up @@ -493,7 +493,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'microsoft/python-environment-tools'
path: python-env-tools
path: '${{ env.special-working-directory }}/${{ env.PROJECT_DIR}}/python-env-tools'
sparse-checkout: |
crates
Cargo.toml
Expand Down

0 comments on commit 8b247ed

Please sign in to comment.