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 95901c7 commit f28abc2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,17 @@ jobs:

- name: Install dependencies
run: |
pip install cookiecutter poetry
curl -sSL https://install.python-poetry.org | python3 -
source $HOME/.poetry/env
poetry add cookiecutter
- name: Create and move to test repo
run: |
cookiecutter --no-input .
cd project_name
- name: Run test repo shortcuts
run: |
cd project_name
make poetry_env
make env
make major
Expand Down

0 comments on commit f28abc2

Please sign in to comment.