diff --git a/.drone.yml b/.drone.yml index 9ab5dd2..76068e6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: - name: greeting shell: powershell commands: - - python -u "$(Get-Command conan | Select-Object -ExpandProperty Source)" --version + - python.exe -u "$(Get-Command conan | Select-Object -ExpandProperty Source)" --version --- kind: pipeline