Skip to content

Commit

Permalink
Use regular pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
CastagnaIT committed Jul 15, 2021
1 parent 301db92 commit 1eb757a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/addon-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@ jobs:
with:
python-version: 3.8
- name: Install dependencies
# TODO: Revert addon checker git install when the new version will be released
# pip install kodi-addon-checker
run: |
sudo apt-get install gettext
python -m pip install --upgrade pip
pip install git+git://github.com/xbmc/addon-check.git@master
pip install kodi-addon-checker
- name: Checking language translations
run: make check-translations
working-directory: ${{ github.repository }}
Expand Down

0 comments on commit 1eb757a

Please sign in to comment.