diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39b8bca3..5d8dd26c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - name: Install Conda environment with Micromamba uses: mamba-org/setup-micromamba@v1 with: - environment-name: cad + environment-name: gis create-args: >- python=3.9 jupyterlab=4 @@ -99,7 +99,6 @@ jobs: jupyter labextension list jupyter labextension list 2>&1 | grep -ie "jupytergis.*OK" - jupyter cad --version # jupyterlab.browser_check will fail due to the core extension jupyterlab_pygments. # It does not support lab v4.0.0 #python -m jupyterlab.browser_check --no-chrome-test @@ -120,7 +119,7 @@ jobs: uses: mamba-org/setup-micromamba@v1 with: micromamba-version: '1.5.5-0' - environment-name: cad + environment-name: gis create-args: >- python=3.9 jupyterlab diff --git a/.github/workflows/check-release.yml b/.github/workflows/check-release.yml index 187beb4d..a91c2891 100644 --- a/.github/workflows/check-release.yml +++ b/.github/workflows/check-release.yml @@ -15,7 +15,7 @@ jobs: - name: Install Conda environment with Micromamba uses: mamba-org/setup-micromamba@v1 with: - environment-name: cad + environment-name: gis create-args: >- python=3.9 jupyterlab=4 @@ -33,5 +33,5 @@ jobs: - name: Upload Distributions uses: actions/upload-artifact@v3 with: - name: jupytercad-releaser-dist-${{ github.run_number }} + name: jupytergis-releaser-dist-${{ github.run_number }} path: .jupyter_releaser_checkout/dist diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 8913a3ee..84d885a9 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -19,7 +19,7 @@ jobs: - name: Install Conda environment with Micromamba uses: mamba-org/setup-micromamba@v1 with: - environment-name: cad + environment-name: gis create-args: >- python=3.9 jupyterlab=4.0.12 diff --git a/.github/workflows/update_galata_references.yaml b/.github/workflows/update_galata_references.yaml index 290fcd01..7c772e17 100644 --- a/.github/workflows/update_galata_references.yaml +++ b/.github/workflows/update_galata_references.yaml @@ -46,7 +46,7 @@ jobs: - name: Install Conda environment with Micromamba uses: mamba-org/setup-micromamba@v1 with: - environment-name: cad + environment-name: gis create-args: >- python=3.9 jupyterlab=4 @@ -56,8 +56,8 @@ jobs: shell: bash -l {0} run: | whereis python - cp ./jupytercad_core/dist/jupytercad*.whl ./jupytercad_lab/dist/jupytercad*.whl ./jupytercad_app/dist/jupytercad*.whl . - python -m pip install jupytercad*.whl + cp ./jupytergis_core/dist/jupytergis*.whl ./jupytergis_lab/dist/jupytergis*.whl . + python -m pip install jupytergis*.whl - name: Install dependencies shell: bash -l {0}