Skip to content

Commit 64c1391

Browse files
authored
pin isort (#4206)
* pin isort for now * also pin isort for all other CI * pin isort to the exact version
1 parent 03c8562 commit 64c1391

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

ci/requirements/py36-min-all-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
- hdf5=1.10
2424
- hypothesis
2525
- iris=2.2
26-
- isort
26+
- isort=4.3.21
2727
- lxml=4.4 # Optional dep of pydap
2828
- matplotlib=3.1
2929
- mypy=0.761 # Must match .pre-commit-config.yaml

ci/requirements/py36.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- hdf5
2020
- hypothesis
2121
- iris
22-
- isort
22+
- isort=4.3.21
2323
- lxml # Optional dep of pydap
2424
- matplotlib
2525
- mypy=0.761 # Must match .pre-commit-config.yaml

ci/requirements/py37-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- hdf5
2020
- hypothesis
2121
- iris
22-
- isort
22+
- isort=4.3.21
2323
- lxml # Optional dep of pydap
2424
- matplotlib
2525
- mypy=0.761 # Must match .pre-commit-config.yaml

ci/requirements/py37.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- hdf5
2020
- hypothesis
2121
- iris
22-
- isort
22+
- isort=4.3.21
2323
- lxml # Optional dep of pydap
2424
- matplotlib
2525
- mypy=0.761 # Must match .pre-commit-config.yaml

ci/requirements/py38-all-but-dask.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- h5py
1717
- hdf5
1818
- hypothesis
19-
- isort
19+
- isort=4.3.21
2020
- lxml # Optional dep of pydap
2121
- matplotlib
2222
- mypy=0.761 # Must match .pre-commit-config.yaml

ci/requirements/py38.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- hdf5
2020
- hypothesis
2121
- iris
22-
- isort
22+
- isort=4.3.21
2323
- lxml # Optional dep of pydap
2424
- matplotlib
2525
- mypy=0.780 # Must match .pre-commit-config.yaml

0 commit comments

Comments
 (0)