Limit to inferior fsspec version (#27010)

Pin fsspec
This commit is contained in:
Lysandre Debut
2023-10-23 03:34:21 -07:00
committed by GitHub
parent f71c9ccf59
commit 700329493d
3 changed files with 3 additions and 0 deletions

View File

@@ -127,6 +127,7 @@ class CircleCIJob:
},
]
steps.extend([{"run": l} for l in self.install_steps])
steps.extend([{"run": 'pip install "fsspec>=2023.5.0,<2023.10.0"'}])
steps.extend([{"run": "pip install pytest-subtests"}])
steps.append(
{