diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 255aff784..3d623418d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: with: node-version: 18 cache: npm - - run: npm ci && npm run build:prod + - run: npm ci && npm run build:testing # build the wheel - uses: actions/setup-python@v5 with: