From 369da4dc7261a3d8bf8b876defb902a15271e53b Mon Sep 17 00:00:00 2001 From: Simon Liu <69875423+sliu008@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:11:00 -0700 Subject: [PATCH] Feature/fix verify (#3329) * fix where tests are run for verify * fix error * fix typo in verify.yml --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 2566a3bfb1..c4f3c4aaa3 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -36,7 +36,7 @@ jobs: echo "test_env=$(python -c "print('${{ github.head_ref }}'.split('/')[1])")" >> $GITHUB_OUTPUT echo "concept_id=$(python -c "print('${{ github.head_ref }}'.split('/')[2])")" >> $GITHUB_OUTPUT - name: install - - id: install + id: install run: | poetry install - name: Execute tests