biglocalnews / warn-github-flow

GitHub Action workflow for automating a WARN Act notice ETL pipeline
https://biglocalnews.org/content/tools/layoff-watch.html
Apache License 2.0
5 stars 0 forks source link

pipenv conflicts in Kentucky #28

Open stucka opened 3 months ago

stucka commented 3 months ago

Kentucky for some reason keeps having problems where the pipenv files cause conflicts; I pull the branch, bring in the new pipfiles, push again, and then some days later get the same problem again.

I'm not even sure why the branches have Pipfiles as distinct from the main, or if there's a better way to keep these in sync.

A log run:

Switched to a new branch 'ky' branch 'ky' set up to track 'origin/ky'. From https://github.com/biglocalnews/warn-github-flow

stucka commented 3 months ago

It seems to be here: git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions" git config pull.rebase false git checkout ${{ inputs.source }} git pull origin main

... why do the branches even have their own pipfiles? Do all of them?

stucka commented 3 months ago

Idea from Derek Willis -- see if the branches can have a .gitignore blocking the pipfile