-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaction.yml
More file actions
27 lines (26 loc) · 838 Bytes
/
action.yml
File metadata and controls
27 lines (26 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: Conda Meta MCP Setup
description: Set up the conda-meta-mcp for usage with GitHub Copilot coding agent.
author: conda-incubator
branding:
icon: book-open
color: blue
runs:
using: composite
steps:
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
env:
# renovate: datasource=github-releases depName=prefix-dev/pixi
PIXI_VERSION: v0.67.2
SETUPTOOLS_SCM_PRETEND_VERSION: 0.0.1
with:
manifest-path: ${{ github.action_path }}/pyproject.toml
pixi-version: ${{ env.PIXI_VERSION }}
- name: Make available
shell: bash
run: |
mkdir -p "${HOME}/.local/bin"
ln -s "${{ github.action_path }}/.pixi/envs/default/bin/cmm" "${HOME}/.local/bin/"
- name: Show help
shell: bash
run: |
cmm run --help