From 87a9e1578e941cf206b8ed83cc5964db2f4728f0 Mon Sep 17 00:00:00 2001 From: Kevo Date: Sat, 26 Feb 2022 11:35:09 +0100 Subject: [PATCH] Update build_documentation.yml --- .github/workflows/build_documentation.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index 67603a1..f884dfb 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -8,6 +8,9 @@ on: jobs: build: runs-on: ubuntu-latest + strategy: + matrix: + python-version: ["3.10"] steps: - uses: actions/checkout@v2 @@ -15,7 +18,7 @@ jobs: - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: - python-version: "3.10" + python-version: ${{ matrix.python-version }} - name: Install dependencies run: |