Commit 238c2c7
committed
Fix cross-platform compatibility issues in CI
- Replace rm -f with cross-platform Python command for Windows compatibility
- Use poetry install --no-cache without lock file to resolve platform-specific dependencies
- Eliminates PowerShell parameter ambiguity error on Windows
- Allows Poetry to dynamically resolve PyTorch wheels for each architecture1 parent 998109d commit 238c2c7
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
123 | 122 | | |
124 | 123 | | |
125 | 124 | | |
| |||
0 commit comments