diff --git a/.github/workflows/github_tests.yml b/.github/workflows/github_tests.yml index 2fddbc1..1841f6d 100644 --- a/.github/workflows/github_tests.yml +++ b/.github/workflows/github_tests.yml @@ -68,10 +68,10 @@ jobs: marbel --n-species 3 --n-orthogroups 10 --n-samples 2 4 --library-size 5000 --outdir run_spec10_orth200_samp5-10/ - name: Execute functional tests uses: conda-incubator/setup-miniconda@v3 - with: - activate-environment: anaconda-client-env - environment-file: tests/env_functional.yml - auto-activate-base: true + with: + activate-environment: anaconda-client-env + environment-file: tests/env_functional.yml + auto-activate-base: true run: | conda info echo $CONDA_PREFIX