fix indentation

This commit is contained in:
Michael Thomas 2023-03-06 12:47:24 +00:00
parent dad786a362
commit 9cbd8cef0b

View file

@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
uses: actions/setup-python@v4
with:
python-version: '3.10'
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Download all workflow run artifacts
uses: actions/download-artifact@v3
with: