File tree Expand file tree Collapse file tree 3 files changed +9
-27
lines changed
Expand file tree Collapse file tree 3 files changed +9
-27
lines changed Original file line number Diff line number Diff line change 1212 uses : actions/setup-python@v4
1313 with :
1414 python-version : 3.11
15- - name : Install dependencies
15+ name : Install dependencies with trusted hosts and explicit index (FIXED!)
1616 run : |
17- pip install -r requirements.txt
17+ pip install --no-cache-dir \
18+ --index-url https://pypi.org/simple/ \
19+ --trusted-host pypi.org \
20+ --trusted-host files.pythonhosted.org \
21+ -r requirements.txt
22+
1823 - name : Install Heroku CLI
1924 run : curl https://cli-assets.heroku.com/install.sh | sh
2025 - name : Login to Heroku
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ django==4.2.24
88djangorestframework == 3.15.2
99djangorestframework-simplejwt == 5.3.1
1010drf-spectacular == 0.28.0
11- drf-spectacular-sidecar == 2025.9.1
11+ drf-spectacular-sidecar == 2025.6.1
1212idna == 3.10
1313inflection == 0.5.1
1414jsonschema == 4.23.0
15- jsonschema-specifications == 2024.10.1 #
15+ jsonschema-specifications == 2024.10.1
1616mypy-extensions == 1.0.0
1717packaging == 24.2
1818pathspec == 0.12.1
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments