From 3519b4a47a11e6d4cf1513284fb2d2e00b7424fe Mon Sep 17 00:00:00 2001 From: Andreas Holm <60451789+holm10@users.noreply.github.com> Date: Wed, 10 Jan 2024 12:08:33 -0800 Subject: [PATCH] Updates develop to use pytests-develop tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4c783630..fb283b53 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: - name: Checkout pytest branch uses: actions/checkout@v4 with: - ref: pytests + ref: pytests-develop repository: LLNL/UEDGE - name: Test with pytest from dedicated branch run: |