Skip to content

Commit

Permalink
CI(OSGeo4W): DEBUG: Print path from pwsh
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Sep 22, 2024
1 parent 3260d58 commit 4a3cc25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/osgeo4w.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
- name: Run pytest with a single worker
run: |
$Env:PATH = $(C:/OSGeo4W/OSGeo4W.bat grass85 --config python_path);$PYTHONPATH
$Env:PATH
pytest --verbose --color=yes `
--durations=0 --durations-min=0.5 `
-ra .
Expand Down

0 comments on commit 4a3cc25

Please sign in to comment.