Skip to content

Commit 6a62396

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9ce610e commit 6a62396

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
matrix:
5353
env: ${{ fromJSON(needs.get-environments.outputs.envs) }}
54-
env: # environment variable for use in codecov's env_vars tagging
54+
env: # environment variable for use in codecov's env_vars tagging
5555
ENV_NAME: ${{ matrix.env.name }}
5656
steps:
5757
- uses: actions/checkout@v4
@@ -116,7 +116,7 @@ jobs:
116116
filter: blob:none
117117
- uses: actions/setup-python@v5
118118
with:
119-
python-version: "3.12" # Changed from 3.13 to match squidpy's Python support
119+
python-version: "3.12" # Changed from 3.13 to match squidpy's Python support
120120
- uses: astral-sh/setup-uv@v5
121121
with:
122122
enable-cache: false
@@ -131,6 +131,6 @@ jobs:
131131
- build
132132
runs-on: ubuntu-latest
133133
steps:
134-
- uses: re-actors/alls-green@release/v1
135-
with:
136-
jobs: ${{ toJSON(needs) }}
134+
- uses: re-actors/alls-green@release/v1
135+
with:
136+
jobs: ${{ toJSON(needs) }}

0 commit comments

Comments
 (0)