From 437244c74b942048de3179af0d3bf33953b0b207 Mon Sep 17 00:00:00 2001 From: Andreas Holm <60451789+holm10@users.noreply.github.com> Date: Mon, 26 Feb 2024 17:11:51 -0800 Subject: [PATCH] Update run_testsuite.yml --- .github/workflows/run_testsuite.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/run_testsuite.yml b/.github/workflows/run_testsuite.yml index 7694d982..2e28535d 100644 --- a/.github/workflows/run_testsuite.yml +++ b/.github/workflows/run_testsuite.yml @@ -30,7 +30,7 @@ jobs: - name: Return to pytests branch uses: actions/checkout@v4 with: - ref: pytests-develop + ref: pytests repository: LLNL/UEDGE - name: Test with pytest run: | @@ -61,7 +61,7 @@ jobs: - name: Return to pytests branch uses: actions/checkout@v4 with: - ref: pytests-develop + ref: pytests repository: LLNL/UEDGE - name: Test with pytest run: | @@ -92,7 +92,7 @@ jobs: - name: Return to pytests branch uses: actions/checkout@v4 with: - ref: pytests-develop + ref: pytests repository: LLNL/UEDGE - name: Test with pytest run: | @@ -123,7 +123,7 @@ jobs: - name: Return to pytests branch uses: actions/checkout@v4 with: - ref: pytests-develop + ref: pytests repository: LLNL/UEDGE - name: Test with pytest run: | @@ -154,7 +154,7 @@ jobs: - name: Return to pytests branch uses: actions/checkout@v4 with: - ref: pytests-develop + ref: pytests repository: LLNL/UEDGE - name: Test with pytest run: |