Skip to content

Commit 18c2383

Browse files
authored
Update bot.yaml
1 parent 327ac9c commit 18c2383

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/bot.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ jobs:
3636
- name: Install dependencies
3737
run: |
3838
python -m pip install --upgrade pip
39-
pip install pytest requests s3fs cryptography caltechdata_api
40-
39+
pip install pytest requests s3fs cryptography
40+
pip install .
41+
4142
- name: Run CaltechDATA Metadata Validation
4243
env:
4344
CALTECHDATA_TOKEN: ${{ secrets.CALTECHDATA_TOKEN }}

0 commit comments

Comments
 (0)