From 9fcc919ebd928511e8f240e220c972fa9bc60727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 21 May 2021 16:12:15 -0700 Subject: [PATCH] Update instance_test.yml --- .github/workflows/instance_test.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/instance_test.yml b/.github/workflows/instance_test.yml index 1f3f6b7b..188a6bfd 100644 --- a/.github/workflows/instance_test.yml +++ b/.github/workflows/instance_test.yml @@ -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: