Skip to content

Commit 76d2654

Browse files
committed
fix yaml indentation
1 parent 9a079cb commit 76d2654

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/linting.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ jobs:
4848
strategy:
4949
matrix:
5050
python-version:
51-
- "3.8"
52-
- "3.9"
53-
- "3.10"
54-
- "3.11"
55-
- "3.12"
56-
- "3.13"
57-
- "3.14"
51+
- "3.14"
52+
- "3.13"
53+
- "3.12"
54+
- "3.11"
55+
- "3.10"
56+
- "3.9"
57+
- "3.8"
5858
steps:
5959

6060
# repo: https://github.com/actions/checkout
@@ -66,8 +66,8 @@ jobs:
6666

6767
- name: Remove sitecustomize.py
6868
run: |
69-
sudo rm -f /usr/lib/python3.*/sitecustomize.py
70-
sudo rm -f /etc/python3.*/sitecustomize.py
69+
sudo rm -f /usr/lib/python3.*/sitecustomize.py
70+
sudo rm -f /etc/python3.*/sitecustomize.py
7171
7272
# repo: https://github.com/astral-sh/setup-uv
7373
# releases: https://github.com/astral-sh/setup-uv/tags

.github/workflows/testing.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ jobs:
5656
fail-fast: false
5757
matrix:
5858
python-version:
59-
- "3.8"
60-
- "3.9"
61-
- "3.10"
62-
- "3.11"
63-
- "3.12"
64-
- "3.13"
65-
- "3.14"
59+
- "3.14"
60+
- "3.13"
61+
- "3.12"
62+
- "3.11"
63+
- "3.10"
64+
- "3.9"
65+
- "3.8"
6666

6767
steps:
6868

@@ -75,8 +75,8 @@ jobs:
7575

7676
- name: Remove sitecustomize.py
7777
run: |
78-
sudo rm -f /usr/lib/python3.*/sitecustomize.py
79-
sudo rm -f /etc/python3.*/sitecustomize.py
78+
sudo rm -f /usr/lib/python3.*/sitecustomize.py
79+
sudo rm -f /etc/python3.*/sitecustomize.py
8080
8181
# repo: https://github.com/astral-sh/setup-uv
8282
# releases: https://github.com/astral-sh/setup-uv/tags

0 commit comments

Comments
 (0)