File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ stretch: &stretch
4343 pre-cache : &github_release_pkgs_pre_cache
4444 - wget https://github.com/sudarshan-reddy/msitools/releases/download/v0.101b/wixl -P /usr/local/bin
4545 - chmod a+x /usr/local/bin/wixl
46- - pip3 install pygithub
46+ - pip3 install pynacl==1.4.0
47+ - pip3 install pygithub==1.55
4748 post-cache :
4849 # build all packages (except macos and FIPS) and move them to /cfsetup/built_artifacts
4950 - ./build-packages.sh
@@ -134,7 +135,8 @@ stretch: &stretch
134135 - python3-setuptools
135136 - python3-pip
136137 pre-cache : &install_pygithub
137- - pip3 install pygithub
138+ - pip3 install pynacl==1.4.0
139+ - pip3 install pygithub==1.55
138140 post-cache :
139141 - make github-mac-upload
140142 test :
You can’t perform that action at this time.
0 commit comments