mirror of
https://github.com/FranP-code/public-apis.git
synced 2025-10-13 00:03:04 +00:00
Install dependencies in action
This commit is contained in:
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user