Skip to content

Commit 8cf6334

Browse files
committed
Fix packaging
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 8661d53 commit 8cf6334

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@ jobs:
4242

4343
- name: Upgrade pip, setuptools, wheel
4444
run: |
45-
python -m pip install --upgrade pip setuptools wheel
45+
python -m pip install --upgrade --force-reinstall \
46+
pip>=24.0 \
47+
setuptools>=69.0 \
48+
wheel>=0.42 \
49+
packaging
4650
4751
- name: Install dependencies
4852
run: make dev envfile

0 commit comments

Comments
 (0)