Skip to content

Commit

Permalink
Correct YAML formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Sep 26, 2024
1 parent d62d16e commit 6c1a052
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
with:
python-version: "3.12"
- name: Set up test runner
- run: |
run: |
python -VV
python -Im site
python -Im pip install --upgrade nox
Expand All @@ -141,7 +141,7 @@ jobs:
with:
python-version: "3.12"
- name: Set up test runner
- run: |
run: |
python -VV
python -Im site
python -Im pip install --upgrade nox
Expand All @@ -167,7 +167,7 @@ jobs:
with:
python-version: "3.12"
- name: Set up test runner
- run: |
run: |
python -VV
python -Im site
python -Im pip install --upgrade nox
Expand Down

0 comments on commit 6c1a052

Please sign in to comment.