Skip to content

Commit dedfe90

Browse files
remove downlevel setup in nightly.yaml
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
1 parent f698dea commit dedfe90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/nightly.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ stages:
490490
# - script: cd $(Agent.TempDirectory); mkdir musl-bin; cd musl-bin; unzip ../*-linux.zip
491491
- script: cd $(Agent.TempDirectory); mkdir win32-bin; cd win32-bin; unzip ../*x86-win*.zip
492492
- script: cd $(Agent.TempDirectory); mkdir win64-bin; cd win64-bin; unzip ../*x64-win*.zip
493-
- script: python3 -m pip install --user -U setuptools==68
493+
# - script: python3 -m pip install --user -U setuptools==68
494494
- script: cd src/api/python; python3 setup.py sdist
495495
# take a look at this PREMIUM HACK I came up with to get around the fact that the azure variable syntax overloads the bash syntax for subshells
496496
# - script: cd src/api/python; echo $(Agent.TempDirectory)/musl-bin/* | xargs printf 'PACKAGE_FROM_RELEASE=%s\n' | xargs -I '{}' env '{}' python3 setup.py bdist_wheel

0 commit comments

Comments
 (0)