From d6bcc29047d40f38798a87d84cd7d9c0e9e9b8a9 Mon Sep 17 00:00:00 2001 From: Maciej Brencz Date: Thu, 21 Nov 2024 12:32:29 +0000 Subject: [PATCH] Importer: use Python 3.13 + use the HTTP proxy --- .github/workflows/do-import.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/do-import.yml b/.github/workflows/do-import.yml index 44d9366..23d060d 100644 --- a/.github/workflows/do-import.yml +++ b/.github/workflows/do-import.yml @@ -18,10 +18,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Python 3.9 + - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.9 + python-version: 3.13 # https://github.com/actions/cache/blob/main/examples.md#using-pip-to-get-cache-location @@ -56,11 +56,11 @@ jobs: md5sum user-password.py - name: Run the importer -# env: + env: # set up HTTP(S) proxy for requests library # https://docs.python-requests.org/en/master/user/advanced/#socks # e.g. socks5://example.com:12345 -# HTTP_PROXY: ${{ secrets.HTTP_PROXY }} -# HTTPS_PROXY: ${{ secrets.HTTP_PROXY }} + HTTP_PROXY: ${{ secrets.HTTP_PROXY }} + HTTPS_PROXY: ${{ secrets.HTTP_PROXY }} run: | make harvest