From c30043e28dcf3fe4da4973ec3ee461f93a7c4a01 Mon Sep 17 00:00:00 2001 From: yechen3 Date: Wed, 23 Apr 2025 15:49:43 -0700 Subject: Fix for the circular dependency issue (#116) * Update the AccelSim test script to target the repo specified by the user. * Change the warning for a missing ACCELSIM_REPO environment variable to an error and update workflow file to point to a temperory fix for circular dependency issue * fix the repo name * Change back to use dev branch --- .github/workflows/accelsim.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows/accelsim.yml') diff --git a/.github/workflows/accelsim.yml b/.github/workflows/accelsim.yml index 39ae46d..ec94317 100644 --- a/.github/workflows/accelsim.yml +++ b/.github/workflows/accelsim.yml @@ -15,6 +15,7 @@ on: # By default regress against accel-sim's dev branch env: + ACCELSIM_REPO: https://github.com/purdue-aalp/accel-sim-framework-public.git ACCELSIM_BRANCH: dev # A workflow run is made up of one or more jobs that can run sequentially or in parallel -- cgit v1.3