Skip to content

Commit

Permalink
Set default.run.working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
wesm committed Mar 28, 2024
1 parent d3086bd commit c2ce0c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/positron-python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ on:
paths:
- 'extensions/positron-python/**'


defaults:
run:
working-directory: './extensions/positron-python'

env:
NODE_VERSION: '18.17.1'
PYTHON_VERSION: '3.10'
Expand Down

0 comments on commit c2ce0c2

Please sign in to comment.