1
mirror of https://github.com/public-apis/public-apis synced 2025-02-28 06:03:02 +01:00

Install dependencies in action

This commit is contained in:
Matheus Felipe 2022-01-18 03:10:27 -03:00
parent 4bc90a81cc
commit 434c9fc292
No known key found for this signature in database
GPG Key ID: AA785C523274872F

View File

@ -19,6 +19,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install dependencies
run: python -m pip install -r scripts/requirements.txt
- name: Run Unittest
run: |