Skip to content

Commit

Permalink
fix: Fix Makefile install target (#162)
Browse files Browse the repository at this point in the history
* Fix Makefile install target

* Update CHANGELOG
  • Loading branch information
bgrant authored Dec 19, 2024
1 parent cb9df4c commit 3971094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# [Unreleased]
- [PR 156](https://github.com/salesforce/django-declarative-apis/pull/156) Update GitHub action versions
- [PR 162](https://github.com/salesforce/django-declarative-apis/pull/162) Fix Makefile install target

# [0.31.7]
- [PR 148](https://github.com/salesforce/django-declarative-apis/pull/148) chore: upgrade django 4.2 LTS
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FORMATCHECK_CMD = ${FORMAT_CMD} --check


install:
pip install --upgrade pip install .[dev]
pip install --upgrade pip .[dev]
.PHONY: install

format:
Expand Down

0 comments on commit 3971094

Please sign in to comment.