Skip to content

Commit 3c96019

Browse files
fix windows hopefully
1 parent f742f91 commit 3c96019

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-deps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
$cmd = $Env:GITHUB_WORKSPACE + "\\python-setup\\install_tools.ps1"
133133
powershell -File $cmd
134134
135-
cd $Env:GITHUB_WORKSPACE\\python-setup/tests/${PYTHON_DEPS_TYPE}/requests-${PYTHON_VERSION}
135+
cd $Env:GITHUB_WORKSPACE\\python-setup/tests/$Env:PYTHON_DEPS_TYPE/requests-$Env:PYTHON_VERSION
136136
$DefaultsPath = Join-Path (Join-Path $Env:GITHUB_WORKSPACE "src") "defaults.json"
137137
$CodeQLBundleName = (Get-Content -Raw -Path $DefaultsPath | ConvertFrom-Json).bundleVersion
138138
$CodeQLVersion = "0.0.0-" + $CodeQLBundleName.split("-")[-1]
@@ -147,4 +147,4 @@ jobs:
147147
- name: Verify packages installed
148148
run: |
149149
$cmd = $Env:GITHUB_WORKSPACE + "\\python-setup\\tests\\check_requests_123.ps1"
150-
powershell -File $cmd ${PYTHON_VERSION}
150+
powershell -File $cmd $Env:PYTHON_VERSION

0 commit comments

Comments
 (0)