We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa9343b commit ded1d65Copy full SHA for ded1d65
2 files changed
CHANGELOG.md
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [unreleased] - XXXX-XX-XX
8
- [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
10
11
## [1.0.3] - 2024-02-06
12
- [PR 6](https://github.com/salesforce/django-request-queue-timeout/pull/6) chore: upgrade django 4.2 LTS (@W-14178534)
Makefile
@@ -14,7 +14,7 @@ FORMATCHECK_CMD = ${FORMAT_CMD} --check
14
15
16
install:
17
- pip install --upgrade pip install .[dev]
+ pip install --upgrade pip .[dev]
18
.PHONY: install
19
20
format:
0 commit comments