Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
fix: update release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjeff07 committed Apr 21, 2022
1 parent ba6b599 commit f2a3079
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
run: |
python -m pip install poetry --upgrade pip
poetry config experimental.new-installer false
poetry config virtualenvs.create false
poetry config virtualenvs.in-project false
poetry config virtualenvs.create true
poetry install --no-interaction --no-dev --no-root
poetry export -f requirements.txt -o req.txt
poetry install --no-interaction
Expand Down

0 comments on commit f2a3079

Please sign in to comment.