Skip to content

Commit

Permalink
update sanity check script
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Oct 21, 2024
1 parent 5c4d1ad commit 2d9fda4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions continuous-delivery/sanity-check-test-pypi.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FOR /F "delims=" %%A in ('git describe --tags') do ( set TAG_VERSION=%%A )
set CURRENT_VERSION=%TAG_VERSION:v=%

"C:\Program Files\Python37\python.exe" continuous-delivery\pip-install-with-retry.py --no-cache-dir -i https://testpypi.python.org/simple --user awscrt==%CURRENT_VERSION% || goto error
"C:\Program Files\Python37\python.exe" continuous-delivery\test-pip-install.py || goto error
"C:\Program Files\Python313\python.exe" continuous-delivery\pip-install-with-retry.py --no-cache-dir -i https://testpypi.python.org/simple --user awscrt==%CURRENT_VERSION% || goto error
"C:\Program Files\Python313\python.exe" continuous-delivery\test-pip-install.py || goto error

goto :EOF

Expand Down

0 comments on commit 2d9fda4

Please sign in to comment.