Skip to content

Commit

Permalink
Fixed env name in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
fedesemeraro committed Mar 11, 2024
1 parent 3a013da commit 33aff58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-arcjetCV.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -44,5 +44,5 @@ jobs:
run: |
conda init bash
source ~/.bashrc
conda activate arcjetcv
conda activate arcjetCV
pytest
1 change: 0 additions & 1 deletion env/arcjetCV_env_cpu.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: arcjetCV
channels:
- pytorch
- nvidia
- conda-forge
- defaults
dependencies:
Expand Down

0 comments on commit 33aff58

Please sign in to comment.