Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Feb 7, 2025
1 parent fc470ca commit 9911afc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion actions/environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ runs:
# Display the current PATH environment variable
Write-Host "Current PATH: $env:Path"
# Check the current python location
Write-Host "Which Python is being used? - $(where python)"
Expand Down
4 changes: 2 additions & 2 deletions actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ runs:
run: |
# Ensure pip is installed and up-to-date
python -m ensurepip --upgrade
- name: Windows
if: runner.os == 'Windows'
shell: pwsh
run: |
where python
- name: Run tests
shell: bash
working-directory: ${{ inputs.working-directory }}
Expand Down

0 comments on commit 9911afc

Please sign in to comment.