Skip to content

Commit

Permalink
roll back boto3 version for test upload (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-akamai authored Jan 27, 2025
1 parent a960dc9 commit 1a7a7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
python-version: '3.x'

- name: Install Python dependencies
run: pip3 install requests wheel boto3
run: pip3 install requests wheel boto3==1.35.99

- name: Set release version env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
Expand Down

0 comments on commit 1a7a7ce

Please sign in to comment.