diff --git a/.github/actions/install-machine-learning/action.yml b/.github/actions/install-machine-learning/action.yml index 494988b69..17dbee841 100644 --- a/.github/actions/install-machine-learning/action.yml +++ b/.github/actions/install-machine-learning/action.yml @@ -1,6 +1,6 @@ # This code is part of a Qiskit project. # -# (C) Copyright IBM 2021, 2023. +# (C) Copyright IBM 2021, 2024. # # This code is licensed under the Apache License, Version 2.0. You may # obtain a copy of this license in the LICENSE.txt file in the root directory @@ -17,6 +17,7 @@ runs: using: "composite" steps: - run : | + pip install torch==2.2.2 pip install -e .[torch,sparse] pip install -U -c constraints.txt -r requirements-dev.txt shell: bash