Skip to content

Commit

Permalink
do not checkout the repo, download YAML file only
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Feb 5, 2024
1 parent b8f2271 commit 094bd91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ingestion-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
python-version: ["3.9"]

steps:
- uses: actions/checkout@v4
# - uses: actions/checkout@v4
- name: Download Conda YAML file
run: curl -o pipeline_env.yaml https://raw.githubusercontent.com/DendrouLab/panpipes/kra-gha/pipeline_env.yaml

- uses: conda-incubator/setup-miniconda@v3
with:
Expand Down

0 comments on commit 094bd91

Please sign in to comment.