Skip to content

Commit

Permalink
echo path
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Jan 19, 2025
1 parent 4625bc2 commit e9927ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ jobs:
run: |
# Work around https://github.com/actions/setup-python/issues/1005
$ScriptsPath = python -c "import sysconfig,os; print(sysconfig.get_path('scripts', f'{os.name}_user'))"
echo $env:Path
echo $ScriptsPath
[Environment]::SetEnvironmentVariable("Path", $env:Path + ";$ScriptsPath", "Machine")
echo $env:Path
- name: Build and install
run: pip install . -v --user
Expand Down

0 comments on commit e9927ab

Please sign in to comment.