Skip to content

conda-incubator/conda-subchannel

Repository files navigation

conda-subchannel

Create subsets of conda channels thanks to CEP-15 metadata

conda plugin

$ conda install -n base conda-subchannel
$ conda subchannel --channel=conda-forge --keep-tree python=3.9
$ python -m http.serve --directory subchannel/

Github Actions action

name: Create conda subchannel

on:
  push:
    branches:
      - main
  pull_request:

jobs:
  build-and-deploy:
    runs-on: ubuntu-latest
    permissions:
      contents: write  # to deploy to GH Pages automatically
    concurrency:
      group: ${{ github.workflow }}-${{ github.ref }}
    steps:
      - uses: jaimergp/conda-subchannel@main
        with:
          channel: conda-forge
          keep-trees: python=3.9

About

Create subsets of conda channels thanks to CEP-15 metadata

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published