From 33aff58b09da8b0139ecdf8d336d7e46e09119c7 Mon Sep 17 00:00:00 2001 From: fsemerar Date: Mon, 11 Mar 2024 09:53:07 -0700 Subject: [PATCH] Fixed env name in github action --- .github/workflows/test-arcjetCV.yml | 4 ++-- env/arcjetCV_env_cpu.yml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-arcjetCV.yml b/.github/workflows/test-arcjetCV.yml index f4dff61..76fbb9a 100644 --- a/.github/workflows/test-arcjetCV.yml +++ b/.github/workflows/test-arcjetCV.yml @@ -35,7 +35,7 @@ jobs: conda env create -f env/arcjetCV_env_cpu.yml conda init bash source ~/.bashrc - conda activate arcjetcv + conda activate arcjetCV conda install -c conda-forge pytest pytest-qt pytest-mock qt-main pytest-xvfb python -m pip install -e . python -c "import arcjetCV" @@ -44,5 +44,5 @@ jobs: run: | conda init bash source ~/.bashrc - conda activate arcjetcv + conda activate arcjetCV pytest diff --git a/env/arcjetCV_env_cpu.yml b/env/arcjetCV_env_cpu.yml index 7827c5d..2042dd8 100644 --- a/env/arcjetCV_env_cpu.yml +++ b/env/arcjetCV_env_cpu.yml @@ -1,7 +1,6 @@ name: arcjetCV channels: - pytorch - - nvidia - conda-forge - defaults dependencies: