Skip to content

Commit

Permalink
pin isort (#4206)
Browse files Browse the repository at this point in the history
* pin isort for now

* also pin isort for all other CI

* pin isort to the exact version
  • Loading branch information
keewis committed Jul 7, 2020
1 parent 03c8562 commit 64c1391
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ci/requirements/py36-min-all-deps.yml
Expand Up @@ -23,7 +23,7 @@ dependencies:
- hdf5=1.10
- hypothesis
- iris=2.2
- isort
- isort=4.3.21
- lxml=4.4 # Optional dep of pydap
- matplotlib=3.1
- mypy=0.761 # Must match .pre-commit-config.yaml
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/py36.yml
Expand Up @@ -19,7 +19,7 @@ dependencies:
- hdf5
- hypothesis
- iris
- isort
- isort=4.3.21
- lxml # Optional dep of pydap
- matplotlib
- mypy=0.761 # Must match .pre-commit-config.yaml
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/py37-windows.yml
Expand Up @@ -19,7 +19,7 @@ dependencies:
- hdf5
- hypothesis
- iris
- isort
- isort=4.3.21
- lxml # Optional dep of pydap
- matplotlib
- mypy=0.761 # Must match .pre-commit-config.yaml
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/py37.yml
Expand Up @@ -19,7 +19,7 @@ dependencies:
- hdf5
- hypothesis
- iris
- isort
- isort=4.3.21
- lxml # Optional dep of pydap
- matplotlib
- mypy=0.761 # Must match .pre-commit-config.yaml
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/py38-all-but-dask.yml
Expand Up @@ -16,7 +16,7 @@ dependencies:
- h5py
- hdf5
- hypothesis
- isort
- isort=4.3.21
- lxml # Optional dep of pydap
- matplotlib
- mypy=0.761 # Must match .pre-commit-config.yaml
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/py38.yml
Expand Up @@ -19,7 +19,7 @@ dependencies:
- hdf5
- hypothesis
- iris
- isort
- isort=4.3.21
- lxml # Optional dep of pydap
- matplotlib
- mypy=0.780 # Must match .pre-commit-config.yaml
Expand Down

0 comments on commit 64c1391

Please sign in to comment.