Commit fc52bef
committed
Fix GitHub Actions workflow: simplify package installation
- Remove redundant pip install and package building steps
- Poetry install already installs the package in editable mode
- This fixes conflicts between Poetry and pip installations1 parent 262bc49 commit fc52bef
1 file changed
Lines changed: 2 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 37 | + | |
46 | 38 | | |
47 | 39 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 40 | + | |
52 | 41 | | |
53 | 42 | | |
54 | 43 | | |
| |||
0 commit comments