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
Update workflows to use pipenv-setup@v4.4.0 with editable flag
Upgraded fizyk/actions-reuse pipenv-setup action from v4.2.1 to v4.4.0
which includes built-in support for editable package installation via
the editable flag.
Changes:
- Updated pipenv-setup to v4.4.0 in dockerised-postgres.yml, oldest-postgres.yml, and single-postgres.yml
- Added editable: true parameter to all pipenv-setup steps
- Split dockerised-postgres.yml combined pipenv action into separate pipenv-setup and pipenv-run steps
Made-with: Cursor
0 commit comments