Skip to content

Commit fbee16b

Browse files
authored
Merge branch 'master' into dependabot-pip-requirements-pytest-rerunfailures-16.0.1
2 parents eda56ca + d204cb1 commit fbee16b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/ci-tests-fabric.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
TORCH_URL_TEST: "https://download.pytorch.org/whl/test/cpu/"
6767
# TODO: Remove this - Enable running MPS tests on this platform
6868
DISABLE_MPS: ${{ matrix.os == 'macOS-14' && '1' || '0' }}
69+
UV_TORCH_BACKEND: "cpu"
6970
steps:
7071
- uses: actions/checkout@v5
7172

.github/workflows/ci-tests-pytorch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
FREEZE_REQUIREMENTS: ${{ ! (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')) }}
7272
# TODO: Remove this - Enable running MPS tests on this platform
7373
DISABLE_MPS: ${{ matrix.os == 'macOS-14' && '1' || '0' }}
74+
UV_TORCH_BACKEND: "cpu"
7475
steps:
7576
- uses: actions/checkout@v5
7677

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ filterwarnings = [
182182
# "error::DeprecationWarning",
183183
"error::FutureWarning",
184184
"ignore::FutureWarning:onnxscript", # Temporary ignore until onnxscript is updated
185+
"ignore:The pynvml package is deprecated:FutureWarning", # Ignore pynvml deprecation warning, since it is not installed by PL directly
185186
]
186187
xfail_strict = true
187188
junit_duration_report = "call"

0 commit comments

Comments
 (0)