We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cfa5ba commit 9340409Copy full SHA for 9340409
.github/workflows/deb.yml
@@ -78,6 +78,8 @@ jobs:
78
python3 -m venv /opt/hackman
79
. /opt/hackman/bin/activate
80
81
+ source "$HOME/.cargo/env"
82
+
83
# workaround for poetry installation stalling. what's happening here: use pip to install the packages specified in poetry.
84
# source: https://github.com/python-poetry/poetry/issues/7148#issuecomment-1398322105
85
# 2 things are happening here that makes poetry stall.
0 commit comments