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
"Missing" folder ./src/headless confuses poetry install. Path /root/2023/challenges/dino-game/deploy/src/headless for headless does not exist.
In discord chat, alles staff said the headless files "were just for testing. You can simply remove the lines mentioning headless from the pyproject.toml file".
I will try this advice and then (maybe?) add a PR.
The text was updated successfully, but these errors were encountered:
I did not add a pull request, because if one just removes the two mentioned lines (in pyproject.toml) poetry whines because the changed pyproject.toml is not in sync with the poetry.lock anymore.
To fix this, just run poetry lock --no-updates.
My PR would either
be incomplete (changed pyptoject.toml, but inconsistent poetry.lock)
look sketchy (changed pyptoject.toml and some sketchy looking changes topoetry.lock)
"Missing" folder
./src/headless
confusespoetry install
.Path /root/2023/challenges/dino-game/deploy/src/headless for headless does not exist
.In discord chat, alles staff said the
headless
files "were just for testing. You can simply remove the lines mentioning headless from the pyproject.toml file".I will try this advice and then (maybe?) add a PR.
The text was updated successfully, but these errors were encountered: