Skip to content

Commit

Permalink
fix(dependencies): upgrade copier and install dependencies using poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed May 5, 2023
1 parent e351ca2 commit 7fae322
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .copier-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; do NOT edit manually
_commit: v0.4.11
_commit: v0.4.13
_src_path: gh:entelecheia/hyperfast-python-template
author: Young Joon Lee
build_and_release: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

# install dependencies
- name: Install dependencies
run: make install-dev
run: poetry install --with dev

- name: Python Semantic Release to PyPI
run: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ git-sizer: ## run git-sizer

##@ Setup

nstall-pipx: ## install pipx (pre-requisite for external tools)
install-pipx: ## install pipx (pre-requisite for external tools)
@command -v pipx &> /dev/null || pip install --user pipx || true

install-copier: install-pipx ## install copier (pre-requisite for init-project)
Expand Down

0 comments on commit 7fae322

Please sign in to comment.