We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327ac9c commit 18c2383Copy full SHA for 18c2383
.github/workflows/bot.yaml
@@ -36,8 +36,9 @@ jobs:
36
- name: Install dependencies
37
run: |
38
python -m pip install --upgrade pip
39
- pip install pytest requests s3fs cryptography caltechdata_api
40
-
+ pip install pytest requests s3fs cryptography
+ pip install .
41
+
42
- name: Run CaltechDATA Metadata Validation
43
env:
44
CALTECHDATA_TOKEN: ${{ secrets.CALTECHDATA_TOKEN }}
0 commit comments