{"id":18613901,"url":"https://github.com/enthought/setup-edm-action","last_synced_at":"2026-03-03T10:33:35.129Z","repository":{"id":45543985,"uuid":"316081421","full_name":"enthought/setup-edm-action","owner":"enthought","description":"Setup EDM for GitHub Actions CI","archived":false,"fork":false,"pushed_at":"2025-05-20T11:48:44.000Z","size":292,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-02-11T18:09:27.772Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/enthought.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-11-26T00:08:46.000Z","updated_at":"2025-05-20T11:48:48.000Z","dependencies_parsed_at":"2024-10-25T03:13:53.037Z","dependency_job_id":"7551b6bf-cb6b-4a60-b7c0-be265413c0c2","html_url":"https://github.com/enthought/setup-edm-action","commit_stats":{"total_commits":5,"total_committers":4,"mean_commits":1.25,"dds":0.6,"last_synced_commit":"b7fe1a92741934ed4504a22e61ffdad71a91eca9"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/enthought/setup-edm-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enthought%2Fsetup-edm-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enthought%2Fsetup-edm-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enthought%2Fsetup-edm-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enthought%2Fsetup-edm-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enthought","download_url":"https://codeload.github.com/enthought/setup-edm-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enthought%2Fsetup-edm-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30041288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T10:28:37.494Z","status":"ssl_error","status_checked_at":"2026-03-03T10:28:28.686Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T03:24:10.647Z","updated_at":"2026-03-03T10:33:35.088Z","avatar_url":"https://github.com/enthought.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## About\n\nGitHub Action to install [Enthought Deployment Manager](https://www.enthought.com/enthought-deployment-manager/) command line tool.\n\n## Usage\n\n```yaml\njobs:\n  build:\n    strategy:\n      matrix:\n        os: [macos-latest, ubuntu-latest, windows-latest]\n    runs-on: ${{ matrix.os }}\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v4\n      - name: Cache EDM packages\n        uses: actions/cache@v4\n        with:\n          path: ~/.cache\n          key: ${{ runner.os }}--${{ hashFiles('requirements.txt') }}\n      - name: Setup EDM\n        uses: enthought/setup-edm-action@v3\n        with:\n          edm-version: 3.7.0\n      - name: Install Python packages\n        run: edm install -y typing\n```\n\n## Inputs\n\n- `edm-version`: (Required)\n  A string to specify the EDM version to be installed, e.g. '3.7.0'\n- `download-directory`: (Optional)\n  A string to specify the directory for storing the downloaded installer.\n  Default to `~/.cache/download`, which is within the default cache folder\n  `~/.cache` EDM uses for caching packages and Python runtimes. It is\n  recommended that workflows cache this folder to speed up runs.\n\n## Outputs\n\nThere are no outputs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenthought%2Fsetup-edm-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenthought%2Fsetup-edm-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenthought%2Fsetup-edm-action/lists"}