We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8200a2 commit ebb28baCopy full SHA for ebb28ba
.github/workflows/run_tox.yml
@@ -15,12 +15,18 @@ jobs:
15
runs-on: ubuntu-22.04
16
steps:
17
- uses: actions/checkout@v6
18
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
19
with:
20
python-version: |
21
3.7
22
3.8
23
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
+
30
- name: Install tox
31
run: |
32
python -m pip install --upgrade pip
tox_old.ini
@@ -22,6 +22,7 @@ deps =
; django51: django>=5.1,<5.2
django52: django>=5.2,<6.0
django60: django>=6.0,<6.1
+ pkg_resources
ua-parser
user-agents
django-sslserver
0 commit comments