diff --git a/.github/workflows/eval.yml b/.github/workflows/eval.yml index eb4572da6..f97cc4301 100644 --- a/.github/workflows/eval.yml +++ b/.github/workflows/eval.yml @@ -35,7 +35,11 @@ jobs: node-version: "22" - name: Install dependencies - run: npm install + run: npm ci --ignore-scripts + + - name: Install stimuli validation dependencies + working-directory: scripts + run: npm ci --ignore-scripts - name: Install test dependencies working-directory: tests