Skip to content

Commit

Permalink
Try fixing the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Aug 20, 2023
1 parent 594998d commit 0bc5182
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -421,21 +421,25 @@ jobs:
activate-environment: ""

- name: Install dependencies
shell: bash -el {0}
run: |
python -m pip install "copier>=8.0.0" jinja2-time "pydantic<2.0.0"
- name: Setup Git
shell: bash -el {0}
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
- name: Create server extension with conda
shell: bash -el {0}
run: |
tmpfolder=$(mktemp -d)
python -m copier copy -l -d kind=server -d author_name="My Name" -d repository="https://github.com/test/lab-extension" --vcs-ref HEAD --UNSAFE . $tmpfolder
- name: Check conda environment
shell: bash -el {0}
run: |
set -eux
conda env list | grep -ie "myextension_dev"
Expand All @@ -450,7 +454,6 @@ jobs:
pip uninstall -y myextension jupyterlab
rm -rf $tmpfolder
shell: bash
pnpm_linker:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0bc5182

Please sign in to comment.