mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
Merge pull request #8611 from freqtrade/torch_ci_11
Run Torch tests on 3.11
This commit is contained in:
@@ -41,7 +41,7 @@ def can_run_model(model: str) -> None:
|
||||
if is_pytorch_model and is_mac() and not is_arm():
|
||||
pytest.skip("Reinforcement learning / PyTorch module not available on intel based Mac OS.")
|
||||
|
||||
if is_pytorch_model and is_py11():
|
||||
if is_pytorch_model:
|
||||
pytest.skip("Reinforcement learning / PyTorch currently not available on python 3.11.")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user