mirror of
https://github.com/public-apis/public-apis.git
synced 2025-08-06 10:09:49 +02:00
Install dependencies in action
This commit is contained in:
parent
4bc90a81cc
commit
434c9fc292
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ jobs:
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: '3.8'
|
python-version: '3.8'
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: python -m pip install -r scripts/requirements.txt
|
||||||
|
|
||||||
- name: Run Unittest
|
- name: Run Unittest
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue