From e1e0ee2151d9dccaae8f0678d5813b8292880f79 Mon Sep 17 00:00:00 2001 From: Vincent Michaud-Rioux Date: Mon, 11 Sep 2023 13:37:21 -0700 Subject: [PATCH] Install stable pennylane. --- .github/workflows/tests_linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests_linux.yml b/.github/workflows/tests_linux.yml index 0dcd347b71..a8c3ecc86c 100644 --- a/.github/workflows/tests_linux.yml +++ b/.github/workflows/tests_linux.yml @@ -128,11 +128,11 @@ jobs: cd main python -m pip install -r requirements-dev.txt - - name: Install Latest PennyLane + - name: Install Stable PennyLane if: inputs.pennylane-version == 'stable' run: | cd main - python -m pip install pennylane==$(git tag | sort -V | tail -1 | cut -c2-) + python -m pip install -U pennylane - name: Install ML libraries for interfaces run: |