Skip to content

Commit

Permalink
fix: poetry install method updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtmurphy committed Jan 13, 2024
1 parent 0415d8d commit f69561d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,15 @@ jobs:
pip install cookiecutter
cookiecutter --no-input .
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
source $HOME/.poetry/env
shell: bash

- name: Run test repo shortcuts
run: |
cd project_name
curl -sSL https://install.python-poetry.org | python3 -
make poetry_env
make env
make major
Expand Down

0 comments on commit f69561d

Please sign in to comment.