From 2a29d471c00bb09c3284a30a36b6cd0a9e84c5f2 Mon Sep 17 00:00:00 2001 From: Sebastien Date: Wed, 4 Sep 2024 10:24:32 +1000 Subject: [PATCH] chore: typo --- .github/workflows/python-cicd-units.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-cicd-units.yml b/.github/workflows/python-cicd-units.yml index 37d2252..ecf5414 100644 --- a/.github/workflows/python-cicd-units.yml +++ b/.github/workflows/python-cicd-units.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: - python-version: ${{ matrix.python-version } + python-version: ${{ matrix.python-version }} - name: Install dependencies run: | python -m pip install --upgrade pip