Commit 41f4f3f
authored
Install project directly in "Test Main" workflow (#36)
Replace the "Install dependencies" step with "Upgrade pip" to avoid
installing pinned dependencies from `requirements-ci.txt` for all
test environments across different Python versions.
This prevents dependency installation errors like:
ERROR: No matching distribution found for numpy==2.3.1
This way, the project will be installed in each container the same
way it would normally be installed locally, which ensures correct
testing of the main branch for release readiness.1 parent 8c3a482 commit 41f4f3f
1 file changed
+4
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 37 | + | |
| 38 | + | |
41 | 39 | | |
42 | 40 | | |
43 | 41 | | |
| |||
73 | 71 | | |
74 | 72 | | |
75 | 73 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
| 74 | + | |
| 75 | + | |
80 | 76 | | |
81 | 77 | | |
82 | 78 | | |
| |||
0 commit comments