Skip to content

Commit fbb54e2

Browse files
EliEli
authored andcommitted
More indentation
1 parent 11df4a5 commit fbb54e2

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build_sphinx.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ jobs:
5757
python - <<'PY'
5858
import sys, subprocess
5959
try:
60-
import tomllib # py>=3.11
61-
with open("pyproject.toml", "rb") as f: # NOTE: use load() with binary file
62-
data = tomllib.load(f)
60+
import tomllib # py>=3.11
61+
with open("pyproject.toml", "rb") as f: # NOTE: use load() with binary file
62+
data = tomllib.load(f)
6363
except ModuleNotFoundError:
64-
subprocess.check_call([sys.executable, "-m", "pip", "install", "tomli"])
65-
import tomli as tomllib
66-
with open("pyproject.toml", "rb") as f:
67-
data = tomllib.load(f)
68-
64+
subprocess.check_call([sys.executable, "-m", "pip", "install", "tomli"])
65+
import tomli as tomllib
66+
with open("pyproject.toml", "rb") as f:
67+
data = tomllib.load(f)
68+
6969
NAME_MAP = {
7070
"Pillow": "pillow",
7171
"netCDF4": "netcdf4",

0 commit comments

Comments
 (0)