Skip to content

Commit

Permalink
fix: source remove, cookiecutter pip installed
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtmurphy committed Jan 13, 2024
1 parent f28abc2 commit cbbd593
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ jobs:
- name: Install dependencies
run: |
curl -sSL https://install.python-poetry.org | python3 -
source $HOME/.poetry/env
poetry add cookiecutter
pip install cookiecutter
- name: Create and move to test repo
- name: Create test repo
run: |
cookiecutter --no-input .
Expand Down

0 comments on commit cbbd593

Please sign in to comment.