mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-14 03:11:03 +00:00
Try this
This commit is contained in:
parent
fb5384c6ae
commit
b67a94ce13
1 changed files with 2 additions and 2 deletions
|
|
@ -10,10 +10,10 @@ branches:
|
|||
# install required programs
|
||||
before_install:
|
||||
- brew update
|
||||
- brew install gettext
|
||||
- brew link --force gettext
|
||||
- brew install python
|
||||
- brew install pyqt
|
||||
- brew install gettext
|
||||
- brew link --force gettext
|
||||
# command to install dependencies
|
||||
install:
|
||||
- pip install -r requirements.txt --use-mirrors
|
||||
|
|
|
|||
Loading…
Reference in a new issue