Skip to content

Commit

Permalink
fix notebook test
Browse files Browse the repository at this point in the history
  • Loading branch information
cbouy committed Dec 23, 2023
1 parent 6b38b19 commit 023d70d
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defaults:

concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}"
cancel-in-progress: true
# cancel-in-progress: true

jobs:
tests:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 023d70d

Please sign in to comment.