From 520a3de4be829c7e070f2a99c3893e6fdefddc08 Mon Sep 17 00:00:00 2001 From: CJ Herrmann Date: Wed, 6 Sep 2023 17:18:56 +0200 Subject: [PATCH] tests(zarp-cli): temporarily disable ZARP-cli test --- .github/workflows/ci.yml | 37 +------------------------------------ 1 file changed, 1 insertion(+), 36 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12a839e..49f604d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -208,39 +208,4 @@ jobs: - name: Run SRA downloads workflow run: bash tests/test_sra_download_with_conda/test.local.sh - - zarp_cli: - needs: - - snakemake-graphs-format - runs-on: ubuntu-20.04 - defaults: - run: - shell: bash -l {0} - steps: - - - name: Checkout zarp repository - uses: actions/checkout@v3 - - - name: Setup miniconda & zarp env - uses: conda-incubator/setup-miniconda@v2 - with: - python-version: "3.10" - mamba-version: "*" - channels: conda-forge - channel-priority: true - auto-update-conda: false - activate-environment: zarp - environment-file: install/environment.yml - auto-activate-base: false - - - name: Update zarp env with dev. packages - run: mamba env update -p $CONDA_PREFIX -f install/environment.dev.yml - - name: Update zarp env with ZARP-cli - run: mamba env update -p $CONDA_PREFIX -f install/environment.cli.yml - - - name: Display all miniconda & env info - run: | - conda info -a - conda list - - name: Run test script - run: zarp --help + \ No newline at end of file