diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 062fc7b..b354f4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ defaults: concurrency: group: ${{ github.ref }}-${{ github.head_ref }}" - cancel-in-progress: true + # cancel-in-progress: true jobs: tests: @@ -207,13 +207,13 @@ jobs: id: yarn-ui-cache-dir-path run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT - - name: Cache yarn - uses: actions/cache@v3 - env: - CACHE_NUMBER: 0 - with: - path: ${{ steps.yarn-ui-cache-dir-path.outputs.dir }} - key: yarn-ui-${{ hashFiles('tests/notebooks/yarn.lock') }}-${{ matrix.label }}-${{ env.CACHE_NUMBER }} + # - name: Cache yarn + # uses: actions/cache@v3 + # env: + # CACHE_NUMBER: 0 + # with: + # path: ${{ steps.yarn-ui-cache-dir-path.outputs.dir }} + # key: yarn-ui-${{ hashFiles('tests/notebooks/yarn.lock') }}-${{ matrix.label }}-${{ env.CACHE_NUMBER }} - name: Setup Conda uses: conda-incubator/setup-miniconda@v2 @@ -242,10 +242,12 @@ jobs: run: | jlpm install --no-immutable npx playwright install chromium + yarn --version + yarn list --depth 0 working-directory: tests/notebooks - name: Upload Yarn lock - if: steps.install-test-deps.outcome.failure + # if: steps.install-test-deps.outcome.failure uses: actions/upload-artifact@v3 with: name: yarn-lock