Skip to content

Commit

Permalink
typo in venv folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Aug 17, 2023
1 parent d274405 commit 8ea70fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ openlane-docker-container:
docker pull ghcr.io/efabless/openlane2:$(OPENLANE_TAG_DOCKER)

.PHONY: openlane-venv
openlane-venv: venv/manifest.txt
venv/manifest.txt:
openlane-venv: openlane-venv/manifest.txt
openlane-venv/manifest.txt:
rm -rf openlane-venv
python3 -m venv ./openlane-venv
PYTHONPATH= ./openlane-venv/bin/python3 -m pip install openlane==$(OPENLANE_TAG)
Expand Down

0 comments on commit 8ea70fa

Please sign in to comment.