File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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) }}
You can’t perform that action at this time.
0 commit comments