‘build_debug_apk.yml’: Don’t unnecessarily install fnmatch
This commit is contained in:
@@ -63,12 +63,9 @@ jobs:
|
||||
with:
|
||||
python-version: '3.x'
|
||||
- name: Install Python packages
|
||||
uses: BSFishy/pip-action@v1
|
||||
with:
|
||||
packages: |
|
||||
gitpython
|
||||
requests
|
||||
fnmatch
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install gitpython requests
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user