Skip to content

Commit 0292727

Browse files
committed
TUN-5650: Fix pynacl version to 1.4.0 and pygithub version to 1.55 so release doesn't break unexpectedly
1 parent f338976 commit 0292727

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cfsetup.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)