diff --git a/.github/workflows/setupconda.yaml b/.github/workflows/setupconda.yaml index 011f0ba..8b458c2 100644 --- a/.github/workflows/setupconda.yaml +++ b/.github/workflows/setupconda.yaml @@ -28,6 +28,6 @@ jobs: - name: Build and Publish run: | ./setupconda.sh accelerate '--conda-name-differences torch:pytorch -c pytorch --noarch .' - ./setupconda.sh timm '--conda-name-differences torch:pytorch -c pytorch --noarch .' + #./setupconda.sh timm '--conda-name-differences torch:pytorch -c pytorch --noarch .' #./setupconda.sh albumentations '--conda-name-differences opencv-python:opencv-python-headless,opencv-contrib-python:opencv-python-headless,opencv:opencv-python-headless --noarch .' #./setupconda.sh imgaug '--conda-name-differences opencv-python:opencv-python-headless,opencv-contrib-python:opencv-python-headless,opencv:opencv-python-headless --noarch .'