fix: typo in the step of the name

This commit is contained in:
Nanne Baars 2023-12-05 11:14:51 +01:00
parent 29dda49190
commit f99888e61b

View File

@ -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'