Skip to content

Commit

Permalink
Pin pyyaml version in mindeps testing (#9640)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed Nov 9, 2022
1 parent 101ecfd commit 9d624c6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion continuous_integration/environment-mindeps-array.yaml
Expand Up @@ -5,7 +5,7 @@ dependencies:
# required dependencies
- packaging=20.0
- python=3.8
- pyyaml>=5.3.1
- pyyaml=5.3.1
- click=7.0
- cloudpickle=1.1.1
- partd=0.3.10
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-mindeps-dataframe.yaml
Expand Up @@ -5,7 +5,7 @@ dependencies:
# required dependencies
- packaging=20.0
- python=3.8
- pyyaml>=5.3.1
- pyyaml=5.3.1
- click=7.0
- cloudpickle=1.1.1
- partd=0.3.10
Expand Down
Expand Up @@ -5,7 +5,7 @@ dependencies:
# required dependencies
- packaging=20.0
- python=3.8
- pyyaml>=5.3.1
- pyyaml=5.3.1
- click=7.0
- cloudpickle=1.5.0 # this is in the min from distributed
- partd=0.3.10
Expand Down
Expand Up @@ -5,7 +5,7 @@ dependencies:
# required dependencies
- packaging=20.0
- python=3.8
- pyyaml>=5.3.1
- pyyaml=5.3.1
- click=7.0
- cloudpickle=1.1.1
- partd=0.3.10
Expand Down

0 comments on commit 9d624c6

Please sign in to comment.