This commit is contained in:
Sam Bull 2021-01-30 23:23:38 +00:00 committed by GitHub
parent 6211c9e782
commit 28c8e0f1bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ jobs:
experimental: true
steps:
- uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with: