mirror of
https://github.com/public-apis/public-apis.git
synced 2025-08-02 08:09:53 +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
|
||||
with:
|
||||
python-version: '3.8'
|
||||
|
||||
- name: Install dependencies
|
||||
run: python -m pip install -r scripts/requirements.txt
|
||||
|
||||
- name: Run Unittest
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue