Skip to content

Update README.md

Update README.md #14

Workflow file for this run

name: AWS 3.6
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.6
uses: actions/setup-python@v1
with:
python-version: 3.6
- name: Install dependencies
run: |
make install-aws