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
Resolved conflict in .github/workflows/dockerised-postgres.yml by keeping the three-step workflow approach from edit branch and updating pipenv-setup action version to v4.2.1 to match main branch updates.
The resolution maintains consistency with other workflow files (oldest-postgres.yml and single-postgres.yml) which use the same pattern:
- pipenv-setup@v4.2.1 for environment setup
- pipenv-run@v4.1.1 for package installation and test execution
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments