From 340441290c9b9e766d9e2227383d2e135a4a21ee Mon Sep 17 00:00:00 2001 From: bennibbelink <79653949+bennibbelink@users.noreply.github.com> Date: Thu, 15 Feb 2024 11:08:49 -0600 Subject: [PATCH] remove checkout ref --- .github/workflows/build_test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 2ef1b4a59..8d62f4bcb 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -71,7 +71,6 @@ jobs: uses: actions/checkout@v4 with: repository: cyclus/cymetric - ref: ci-updates path: ${{ github.workspace }}/cymetric - name: Build and Test Cymetric