Commit 7a4129f
authored
fix: use locked instead of frozen (#889)
Frozen blindly install lock file without looking at the pyproject.toml
This is nice for docker images, but for CI we should use locked.
It checked the pyproject.toml and the lock file are in sync before
installing the dependencies.1 parent e4b4c10 commit 7a4129f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments