You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments