Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 7197989

Browse files
authored
Merge pull request #704 from aws-samples/fix/release-pipeline
fix: the release pipeline
2 parents 65750bc + b19d56e commit 7197989

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
java-version: '11'
2525
- name: make shims writable for pip force-reinstall
2626
run: sudo chmod 777 -R /opt/pyenv/shims
27-
- name: force cryptography version
28-
run: pip install --force-reinstall "cryptography==38.0.4"
2927
- name: Install dependencies
3028
run: cd core && yarn install --check-files --frozen-lockfile
3129
- name: Set git identity

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
with:
2828
distribution: 'zulu' # OpenJDK
2929
java-version: '11'
30-
- name: force cryptography version
31-
run: pip install --force-reinstall "cryptography==38.0.4"
3230
- name: Install dependencies
3331
run: cd core && yarn install --check-files --frozen-lockfile
3432
- name: release

0 commit comments

Comments
 (0)