From cfcc9f55e25428cb7b658ed5e63c77aa7b38fc90 Mon Sep 17 00:00:00 2001 From: Jeremy Howard Date: Sat, 22 Jun 2024 01:09:25 +1000 Subject: [PATCH] Update setupconda.yaml --- .github/workflows/setupconda.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .'