Skip to content

Commit

Permalink
ci: force poetry to create venv in repo dir
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioLoayzaM committed May 30, 2024
1 parent caa6bfe commit 9b54375
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,11 @@ ci-setup: # Basic commands to run before the other CI targets.
ci-setup:
@echo "[+] Setup CI"
export PYTHONDONTWRITEBYTECODE=1
export POETRY_VIRTUALENVS_IN_PROJECT=1
python --version
python -m pip --version
python -m pip install poetry
poetry --version
poetry install --with=dev,docs
POETRY_VIRTUALENVS_IN_PROJECT=1 poetry install --with=dev,docs

init: # Common requirements for several targets.
init: install import-nist-vectors compile-primitives copy-guides copy-contributing
Expand Down

0 comments on commit 9b54375

Please sign in to comment.