diff --git a/.github/workflows/testing_dev.yml b/.github/workflows/testing_dev.yml index 34e7d1b5b..731f3968d 100644 --- a/.github/workflows/testing_dev.yml +++ b/.github/workflows/testing_dev.yml @@ -72,7 +72,7 @@ jobs: node-version: 20 - name: Install GUIDE - run: npm ci --verbose --ignore-scripts + run: npm ci --verbose - if: matrix.os != 'ubuntu-latest' name: Run tests