Remove explicit 2.26.0 version in python tests
Also, rename test scripts to indicate the version they are using.
This commit is contained in:
parent
3df217266d
commit
43ea2ce0c9
8 changed files with 7 additions and 7 deletions
4
.github/workflows/python-deps.yml
vendored
4
.github/workflows/python-deps.yml
vendored
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
|
||||
- name: Verify packages installed
|
||||
run: |
|
||||
$GITHUB_WORKSPACE/python-setup/tests/check_requests_123.sh ${PYTHON_VERSION}
|
||||
$GITHUB_WORKSPACE/python-setup/tests/check_requests_2_26_0.sh ${PYTHON_VERSION}
|
||||
|
||||
# This one shouldn't fail, but also won't install packages
|
||||
test-setup-python-scripts-non-standard-location:
|
||||
|
|
@ -153,5 +153,5 @@ jobs:
|
|||
|
||||
- name: Verify packages installed
|
||||
run: |
|
||||
$cmd = $Env:GITHUB_WORKSPACE + "\\python-setup\\tests\\check_requests_123.ps1"
|
||||
$cmd = $Env:GITHUB_WORKSPACE + "\\python-setup\\tests\\check_requests_2_26_0.ps1"
|
||||
powershell -File $cmd $Env:PYTHON_VERSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue