Skip to content

Commit ded1d65

Browse files
authored
fix: Fix Makefile install target (#10)
* Fix makefile * Update CHANGELOG
1 parent fa9343b commit ded1d65

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [unreleased] - XXXX-XX-XX
88
- [PR 9](https://github.com/salesforce/django-request-queue-timeout/pull/9) Update GitHub action versions
9+
- [PR 10](https://github.com/salesforce/django-request-queue-timeout/pull/10) Fix Makefile install target
910

1011
## [1.0.3] - 2024-02-06
1112
- [PR 6](https://github.com/salesforce/django-request-queue-timeout/pull/6) chore: upgrade django 4.2 LTS (@W-14178534)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ FORMATCHECK_CMD = ${FORMAT_CMD} --check
1414

1515

1616
install:
17-
pip install --upgrade pip install .[dev]
17+
pip install --upgrade pip .[dev]
1818
.PHONY: install
1919

2020
format:

0 commit comments

Comments
 (0)