diff --git a/.github/workflows/aqt-latest-rc.yml b/.github/workflows/aqt-latest-rc.yml index daabf88..3fc196f 100644 --- a/.github/workflows/aqt-latest-rc.yml +++ b/.github/workflows/aqt-latest-rc.yml @@ -45,7 +45,7 @@ jobs: - name: Install PennyLane and Plugin run: | - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.38.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.39.0-rc0 \ git+https://github.com/${{ env.PLUGIN_REPO }}.git@${{ env.PLUGIN_BRANCH }} - uses: actions/checkout@v2 diff --git a/.github/workflows/braket-latest-rc.yml b/.github/workflows/braket-latest-rc.yml index 5e71453..73b489a 100644 --- a/.github/workflows/braket-latest-rc.yml +++ b/.github/workflows/braket-latest-rc.yml @@ -52,7 +52,7 @@ jobs: - name: Install PennyLane and Plugin run: | - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.38.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.39.0-rc0 \ git+https://github.com/${{ env.PLUGIN_REPO }}.git@${{ env.PLUGIN_BRANCH }} - uses: actions/checkout@v2 diff --git a/.github/workflows/cirq-latest-rc.yml b/.github/workflows/cirq-latest-rc.yml index 68604c4..6562af8 100644 --- a/.github/workflows/cirq-latest-rc.yml +++ b/.github/workflows/cirq-latest-rc.yml @@ -47,7 +47,7 @@ jobs: - name: Install PennyLane and Plugin run: | - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.38.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.39.0-rc0 \ git+https://github.com/${{ env.PLUGIN_REPO }}.git@${{ env.PLUGIN_BRANCH }} - uses: actions/checkout@v2 diff --git a/.github/workflows/ionq-latest-rc.yml b/.github/workflows/ionq-latest-rc.yml index bd57e0e..fa3b727 100644 --- a/.github/workflows/ionq-latest-rc.yml +++ b/.github/workflows/ionq-latest-rc.yml @@ -46,7 +46,7 @@ jobs: - name: Install PennyLane and Plugin run: | - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.38.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.39.0-rc0 \ git+https://github.com/${{ env.PLUGIN_REPO }}.git@${{ env.PLUGIN_BRANCH }} - uses: actions/checkout@v2 diff --git a/.github/workflows/qiskit-latest-rc.yml b/.github/workflows/qiskit-latest-rc.yml index 5073b19..621867d 100644 --- a/.github/workflows/qiskit-latest-rc.yml +++ b/.github/workflows/qiskit-latest-rc.yml @@ -48,7 +48,7 @@ jobs: - name: Install PennyLane and Plugin run: | - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.38.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.39.0-rc0 \ git+https://github.com/${{ env.PLUGIN_REPO }}.git@${{ env.PLUGIN_BRANCH }} - uses: actions/checkout@v2 diff --git a/.github/workflows/qulacs-latest-rc.yml b/.github/workflows/qulacs-latest-rc.yml index 6d2ca4c..8b7a234 100644 --- a/.github/workflows/qulacs-latest-rc.yml +++ b/.github/workflows/qulacs-latest-rc.yml @@ -46,7 +46,7 @@ jobs: - name: Install PennyLane and Plugin run: | - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.38.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.39.0-rc0 \ git+https://github.com/${{ env.PLUGIN_REPO }}.git@${{ env.PLUGIN_BRANCH }} - uses: actions/checkout@v2 diff --git a/.github/workflows/rigetti-latest-rc.yml b/.github/workflows/rigetti-latest-rc.yml index 69286fe..fb74e41 100644 --- a/.github/workflows/rigetti-latest-rc.yml +++ b/.github/workflows/rigetti-latest-rc.yml @@ -52,7 +52,7 @@ jobs: - name: Install PennyLane and Plugin run: | - pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.38.0-rc0 \ + pip install git+https://github.com/PennyLaneAI/pennylane.git@v0.39.0-rc0 \ git+https://github.com/${{ env.PLUGIN_REPO }}.git@${{ env.PLUGIN_BRANCH }} - uses: actions/checkout@v2