From 18c238326a20e9fe0e0b12cf7df19e00fc7cc921 Mon Sep 17 00:00:00 2001 From: Tom Morrell Date: Fri, 13 Dec 2024 08:10:12 -0800 Subject: [PATCH] Update bot.yaml --- .github/workflows/bot.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bot.yaml b/.github/workflows/bot.yaml index 2290429..b1d701a 100644 --- a/.github/workflows/bot.yaml +++ b/.github/workflows/bot.yaml @@ -36,8 +36,9 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pytest requests s3fs cryptography caltechdata_api - + pip install pytest requests s3fs cryptography + pip install . + - name: Run CaltechDATA Metadata Validation env: CALTECHDATA_TOKEN: ${{ secrets.CALTECHDATA_TOKEN }}