update s3 stubs for integrity checks introduced in boto3==1.36.0 #715
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test and build | |
on: | |
push: | |
branches: | |
- main | |
- develop | |
pull_request: | |
branches: | |
- main | |
- develop | |
jobs: | |
call-pytest-workflow: | |
uses: ASFHyP3/actions/.github/workflows/[email protected] | |
with: | |
local_package_name: asf_tools | |
python_versions: >- # Optional; default shown | |
["3.10", "3.11"] | |
call-version-info-workflow: | |
uses: ASFHyP3/actions/.github/workflows/[email protected] | |
with: | |
python_version: "3.10" | |
call-docker-ghcr-workflow: | |
needs: call-version-info-workflow | |
uses: ASFHyP3/actions/.github/workflows/[email protected] | |
with: | |
version_tag: ${{ needs.call-version-info-workflow.outputs.version_tag }} | |
secrets: | |
USER_TOKEN: ${{ secrets.TOOLS_BOT_PAK }} |