From f99888e61bb4e0622b71ea3cd1f2f003ced0673e Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Tue, 5 Dec 2023 11:14:51 +0100 Subject: [PATCH] fix: typo in the step of the name --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8b0632cad..ab517903d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: # Uses an default action to checkout the code - uses: actions/checkout@v3 # Uses an action to add Python to the VM - - name: Setup Pyton + - name: Setup Python uses: actions/setup-python@v4 with: python-version: '3.7'