From 041b41308b7f5d5d149f4dccac7a4708dd8ec9ea Mon Sep 17 00:00:00 2001 From: antalszava Date: Tue, 16 Mar 2021 03:05:04 -0400 Subject: [PATCH] git checkout --- .github/workflows/benchmarks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index b13a4c3b4b..651ee35f40 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -49,9 +49,9 @@ jobs: - name: Checkout PennyLane-Lightning PR uses: actions/checkout@v2 - with: - ref: ${{ github.ref }} - path: main/pr + run: | + cd main + git checkout ${{ github.ref }} - name: Install lightning.qubit device (PR) run: |