Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Jan 9, 2024
1 parent aba4c4e commit 2eebe36
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ jobs:
- name: Install Conda environment with Micromamba
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment-dev.yaml
cache-environment: true
environment-name: test-env
create-args: >-
pip
- name: Install the extension
run: |
Expand All @@ -123,7 +124,9 @@ jobs:
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: 0
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
run: jlpm install
run: |
jlpm install
jlpm run build
- name: Set up browser cache
uses: actions/cache@v3
Expand Down

0 comments on commit 2eebe36

Please sign in to comment.