Update instance_test.yml

pull/206/head
Raphaël Vinot 2021-05-21 16:12:15 -07:00 committed by GitHub
parent bc4e775160
commit 9fcc919ebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -16,8 +16,15 @@ jobs:
- 8050:8050
- 5023:5023
strategy:
matrix:
python-version: [3.8, 3.9]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python ${{matrix.python-version}}
uses: actions/setup-python@v2
with: