Skip to content

switch to apk version of aws cli, add poetry, bump to alpine 3.19 to get python 3.11 #21

switch to apk version of aws cli, add poetry, bump to alpine 3.19 to get python 3.11

switch to apk version of aws cli, add poetry, bump to alpine 3.19 to get python 3.11 #21

Workflow file for this run

name: Test
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Inspect builder
run: |
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
- name: Test
run: make ciTest