Skip to content

Commit

Permalink
cirrus: try using a venv
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Sep 18, 2020
1 parent 4f58615 commit 0994e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make-nix-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ else
POETRY="$PYTHON -m poetry"
fi

$POETRY config virtualenvs.create false
$POETRY config virtualenvs.in-project true
$POETRY install --no-dev
$PYTHON sonnet make release ${RUNTIMES[@]}
$POETRY run python sonnet make release ${RUNTIMES[@]}

0 comments on commit 0994e40

Please sign in to comment.