From 133317943d57af08c3d21120b95d6660c2aad944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sondre=20Gr=C3=B8n=C3=A5s?= Date: Thu, 17 Aug 2023 19:33:32 +0200 Subject: [PATCH] Fix formatting --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 25064ea..c224821 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -20,10 +20,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set up Python ${ { matrix.python-version } } + - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: - python-version: ${ { matrix.python-version } } + python-version: ${{ matrix.python-version }} - name: Install Python dependencies run: |