Skip to content

Bump awscli from 1.29.8 to 1.29.32 in /rastervision_aws_batch #944

Bump awscli from 1.29.8 to 1.29.32 in /rastervision_aws_batch

Bump awscli from 1.29.8 to 1.29.32 in /rastervision_aws_batch #944

name: CI
on:
pull_request:
jobs:
build:
name: build
runs-on: ubuntu-latest
strategy:
matrix:
image_type: [pytorch]
env:
DOCKER_BUILDKIT: 1
IMAGE_TYPE: ${{ matrix.image_type }}
steps:
- uses: actions/checkout@v2
- run: ./scripts/cibuild
- uses: codecov/codecov-action@v2