[x] Explain dangerous behavior: If I install a new package on branch A (it seems that all packages are updated) the Pipefile.lockis updated. If I change to branch B my installation of the packages is not consistent with the Pipefile.lock file on branch B. As a resault the github action can fail.
Somehow the hooks are not happy again. There are quite a few files where I needed to run the hooks on. I also changed:
python3.8
.ToDo:
[x] write a wiki that explains pipenv
Pipefile.lock
is updated. If I change to branch B my installation of the packages is not consistent with thePipefile.lock
file on branch B. As a resault the github action can fail.[x] Set a fix package versions in
Pipfile