Skip to content

Commit ebb28ba

Browse files
committed
Update workflow
1 parent f8200a2 commit ebb28ba

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/run_tox.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,18 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
steps:
1717
- uses: actions/checkout@v6
18-
- uses: actions/setup-python@v5
18+
- uses: actions/setup-python@v6
1919
with:
2020
python-version: |
2121
3.7
2222
3.8
2323
3.9
24+
- name: Install pkg_resources
25+
continue-on-error: true
26+
run: |
27+
python -m pip install --upgrade pip
28+
python -m pip install pkg_resources
29+
2430
- name: Install tox
2531
run: |
2632
python -m pip install --upgrade pip

tox_old.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ deps =
2222
; django51: django>=5.1,<5.2
2323
django52: django>=5.2,<6.0
2424
django60: django>=6.0,<6.1
25+
pkg_resources
2526
ua-parser
2627
user-agents
2728
django-sslserver

0 commit comments

Comments
 (0)