Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
diversemix committed Aug 20, 2024
1 parent 35c297b commit ded7dd0
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 @@ -19,8 +19,8 @@ init: share_trunk move_workflows

setup_with_pyenv:
pyenv install 3.10
pyenv virtualenv 3.10 bulk-import
pyenv activate bulk-import
pyenv virtualenv 3.10 gcf-dm
pyenv activate gcf-dm
poetry install

install_git_hooks: install_trunk
Expand Down

0 comments on commit ded7dd0

Please sign in to comment.