From af2f2bccef7c87acf97d8f0c2b29fcba63fd3def Mon Sep 17 00:00:00 2001 From: Pablo Olivares Date: Mon, 22 Apr 2024 12:32:57 +0200 Subject: [PATCH] Updated test workflow advances #2 --- .github/workflows/test_workflow.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_workflow.yaml b/.github/workflows/test_workflow.yaml index 6a1b893..6b3360d 100644 --- a/.github/workflows/test_workflow.yaml +++ b/.github/workflows/test_workflow.yaml @@ -21,7 +21,8 @@ jobs: environment-file: environment.yaml activate-environment: tda-nn-separability python-version: 3.10 - conda-channels: conda-forge + channels: + - conda-forge - name: Install Dependencies run: | @@ -31,4 +32,4 @@ jobs: - name: Run tests shell: bash -l {0} run: | - pytest tests/ + pytest tests/ \ No newline at end of file