Skip to content

updated test_deploy_conda.yml #2

updated test_deploy_conda.yml

updated test_deploy_conda.yml #2

name: Test and Publish
on:
push:
branches:
- main
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
pull_request:
branches:
- main
jobs:
example-6:
name: Ex6 Mamba
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/[email protected]
with:
python-version: 3.10
mamba-version: "*"
channels: conda-forge, defaults
channel-priority: true
activate-environment: anaconda-client-env
# environment-file: etc/example-environment.yml
- shell: bash -el {0}
run: |
conda info
conda list
conda config --show-sources
conda config --show
printenv | sort
- shell: bash -el {0}
run: mamba install jupyterlab