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:
parent
4bc90a81cc
commit
434c9fc292
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user