Skip to content

Commit

Permalink
disable hacky stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Y C Chan committed Jun 19, 2023
1 parent fd19705 commit 740cde4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ jobs:
# Add Poetry to $PATH
export PATH=$PATH:/root/.local/bin
poetry install --dry-run
source $(poetry env info --path)/bin/activate
pip install cryptography==3.4.8
pip install gevent==22.10.1
# poetry install --dry-run
# source $(poetry env info --path)/bin/activate
# pip install cryptography==3.4.8
# pip install gevent==22.10.1
# https://github.com/python-poetry/poetry/issues/7148#issuecomment-1398322105
poetry export -f requirements.txt --output requirements.txt
pip install -r requirements.txt
deactivate
# # https://github.com/python-poetry/poetry/issues/7148#issuecomment-1398322105
# poetry export -f requirements.txt --output requirements.txt
# pip install -r requirements.txt
# deactivate
# We want to write to _actual_ /opt as some installation processes
# are creating hard coded shebangs pointing to the venv location.
Expand All @@ -76,7 +76,7 @@ jobs:
python3 -m venv /opt/hackman
. /opt/hackman/bin/activate
pip install -r requirements.txt
# pip install -r requirements.txt
# Install dependencies
poetry install --no-interaction --no-root --only main
Expand Down

0 comments on commit 740cde4

Please sign in to comment.