Fix proxy 2 (#1236)

* ci: upgrade actions

* chore: improve exception handling

* fix: incorect url behind proxy
This commit is contained in:
Florian BEZANNIER
2026-06-13 15:36:03 +02:00
committed by GitHub
parent 3fc43e5b75
commit b1054318d2
7 changed files with 42 additions and 37 deletions
+3 -3
View File
@@ -13,13 +13,13 @@ jobs:
steps:
- name: Set up python
id: setup-python
uses: actions/setup-python@v2
uses: actions/setup-python@v6
with:
python-version: 3.11
- uses: actions/checkout@v2
- uses: actions/checkout@v6
- name: Load cached venv
id: cached-poetry-dependencies
uses: actions/cache@v3
uses: actions/cache@v5
with:
path: .venv
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}