Skip to content

Commit

Permalink
tmp: _
Browse files Browse the repository at this point in the history
  • Loading branch information
aricma committed Jan 14, 2024
1 parent a3f6691 commit 0abe31a
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 @@ -75,7 +75,7 @@ resolve-environment:
resolve-poetry-on-unix:
ifeq (, $(shell which poetry))
@echo "installing poetry v1.6.1..." && \
curl -sSL https://install.python-poetry.org | python3 - --version 1.6.1 && \
curl -sSL https://install.python-poetry.org | python3 - --version 1.6.1
endif
@echo "poetry resolved"

Expand Down

0 comments on commit 0abe31a

Please sign in to comment.