Skip to content

Commit e690bbd

Browse files
committed
ci: update torch URL
1 parent d9a62d4 commit e690bbd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-integrate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- { python-version: "3.10", requires: "latest", os: "ubuntu-22.04" }
3737
# - { python-version: "3.10", requires: "latest", os: "macOS-14" } # M1 machine # todo: crashing for MPS out of memory
3838
env:
39-
PYTORCH_URL: "http://download.pytorch.org/whl/cpu/"
39+
PYTORCH_URL: "https://download.pytorch.org/whl/cpu/"
4040
FREEZE_REQUIREMENTS: ${{ ! (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')) }}
4141
PYPI_CACHE: "_ci-cache_PyPI"
4242

.github/workflows/ci-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
FREEZE_REQUIREMENTS: ${{ ! (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')) }}
6565
TOKENIZERS_PARALLELISM: false
6666
TEST_DIRS: ${{ needs.check-diff.outputs.test-dirs }}
67-
PIP_EXTRA_INDEX_URL: "--extra-index-url=http://download.pytorch.org/whl/cpu/"
67+
PIP_EXTRA_INDEX_URL: "--extra-index-url=https://download.pytorch.org/whl/cpu/"
6868
UNITTEST_TIMEOUT: "" # by default, it is not set
6969

7070
# Timeout: https://stackoverflow.com/a/59076067/4521646

.github/workflows/docs-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ defaults:
1818

1919
env:
2020
FREEZE_REQUIREMENTS: "1"
21-
TORCH_URL: "http://download.pytorch.org/whl/cpu/"
21+
TORCH_URL: "https://download.pytorch.org/whl/cpu/"
2222
PYPI_CACHE: "_ci-cache_PyPI"
2323
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION: "python"
2424
TOKENIZERS_PARALLELISM: false

0 commit comments

Comments
 (0)