From 17dbd4332b03d4885d98c8b0eb33d6f62b3c8490 Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Wed, 15 Feb 2023 13:17:15 -0500 Subject: [PATCH] update github actions to install in non-editable mode --- .github/workflows/build_examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_examples.yml b/.github/workflows/build_examples.yml index 3ebaec0..df0f7e7 100644 --- a/.github/workflows/build_examples.yml +++ b/.github/workflows/build_examples.yml @@ -18,7 +18,7 @@ jobs: echo "${{ secrets.LAB_BC_KNOWN_HOSTS }}" > ~/.ssh/known_hosts - name: Install Manta from Source - run: python3 -m pip install -e . + run: python3 -m pip install . - name: Generate Core run: manta gen examples/counter/manta.yaml examples/counter/src/debug.sv