Commit 9567bdf
committed
Update CI installs to use PEP 508 direct-URL requirement syntax
Update CI installs to use PEP 508 direct-URL instead of the deprecated `#egg=` fragment for VCS dependencies. Newer versions of `pip` now reject egg fragments containing extras (for example `#egg=mesa[network]`), which caused the weekly CI job to fail. The workflow now installs Mesa and Mesa-Geo from their `main` branches using `name[extra] @ git+URL`, restoring compatibility with current packaging tooling while keeping the existing behavior of testing against the latest upstream code.1 parent 6e2d67c commit 9567bdf
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments