Skip to content

Commit

Permalink
Run pip via poetry run
Browse files Browse the repository at this point in the history
  • Loading branch information
panpilkarz committed May 9, 2023
1 parent e38b3c8 commit 3dbb87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ install:
yarn install
poetry install
ifeq ($(ARCH),arm64)
arch -arm64 pip install atomics --no-binary :all:
poetry run arch -arm64 pip install atomics --no-binary :all:
endif
poetry run ape compile

0 comments on commit 3dbb87a

Please sign in to comment.