Pull in req. packages

This commit is contained in:
Jackson Kearl 2021-12-07 08:42:46 -08:00
parent b2e10fed3f
commit 6ee5fe3e9d

View file

@ -19,7 +19,7 @@ jobs:
run: npm install --production --prefix ./actions
- name: Install Additional Dependencies
# Pulls in a bunch of other packages that arent needed for the rest of the actions
run: npm install @azure/storage-blob@12.1.1
run: npm install @azure/storage-blob@12.1.1 mongodb@2.2.31
- name: "Run Classifier: Scraper"
uses: ./actions/classifier-deep/apply/fetch-sources
with: