This commit is contained in:
Andrew Rabert 2022-02-03 14:33:31 -05:00
parent 18a20baa4b
commit 1ae6bf15fd

View file

@ -19,7 +19,7 @@ jobs:
image: python:${{ matrix.python }}-alpine
steps:
- name: Checkout repository
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Install testing dependencies
run: pip3 --no-cache-dir install -r requires/development.txt