Skip to content

Commit

Permalink
Merge pull request #696 from jupyterlab/release-v4.0.5-1
Browse files Browse the repository at this point in the history
Release v4.0.5-1
  • Loading branch information
mbektas authored Aug 22, 2023
2 parents da5867b + f748f2b commit c276ef1
Show file tree
Hide file tree
Showing 6 changed files with 431 additions and 353 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/sync_lab_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
check_for_lab_updates:
runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -59,6 +59,12 @@ jobs:
- name: Update conda lock files
if: env.update_available == 'true'
run: yarn update_conda_lock

- name: Update binary sign list
if: env.update_available == 'true'
run: |
yarn clean_env_installer && conda-lock install --prefix ./env_installer/jlab_server ./env_installer/conda-osx-64.lock
yarn update_binary_sign_list
- name: Create a PR for the new version
if: env.update_available == 'true'
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ __pycache__

env_installer/jlab_server/
env_installer/jlab_server.tar.gz

Loading

0 comments on commit c276ef1

Please sign in to comment.