Commit 5b525b9
committed
Pin PIP version for pip-compile job
This commit pins `pip==22.0.0` in the `tox` environment `pip-compile` as
later versions of it are not properly working, causing the following
failure when running the scheduled CI via GH Actions:
```
AttributeError: 'function' object has no attribute 'cache_clear'
```
Signed-off-by: Jonathan Gangi <[email protected]>1 parent 334a949 commit 5b525b9
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
0 commit comments