From bad8155d8ab89f79500cfbbb8dfbf659818bc7c8 Mon Sep 17 00:00:00 2001 From: Bihan Rana Date: Tue, 27 Feb 2024 17:10:33 +0545 Subject: [PATCH] Re-Added Install Dependencies for Cudo --- .github/workflows/catalogs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/catalogs.yml b/.github/workflows/catalogs.yml index 76224aa..d4c3e8a 100644 --- a/.github/workflows/catalogs.yml +++ b/.github/workflows/catalogs.yml @@ -71,6 +71,10 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.11 + - name: Install dependencies + run: | + pip install pip -U + pip install -e '.' - name: Collect catalog working-directory: src run: python -m gpuhunt cudo --output ../cudo.csv