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: |