Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
PyAV
PyAV
Merge requests
!634
[build] try upgrading pip on OS X
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Closed
Jeremy Lainé
requested to merge
github/fork/jlaine/osx-ci
into
develop
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
0
0
Compare
develop
develop (base)
and
latest version
latest version
73b108d4
1 commit,
2 years ago
2 files
+
1
-
1
Expand all files
Preferences
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
Search (e.g. *.vue) (Ctrl+P)
scr
ipts
activ
ate.sh
+0
-1
build
-deps
+1
-0
scripts/activate.sh
+
0
-
1
Options
View file @ 73b108d4
Show full file
@@ -63,7 +63,6 @@ print("{}{}.{}".format(platform.python_implementation().lower(), *sys.version_in
if
[[
!
-e
"
$PYAV_VENV
/bin/python"
]]
;
then
mkdir
-p
"
$PYAV_VENV
"
virtualenv
-p
"
$PYAV_PYTHON
"
"
$PYAV_VENV
"
"
$PYAV_VENV
/bin/pip"
install
--upgrade
pip setuptools
fi
if
[[
-e
"
$PYAV_VENV
/bin/activate"
]]
;
then
scripts/build-deps
+
1
-
0
Options
View file @ 73b108d4
Show full file
@@ -8,6 +8,7 @@ fi
cd
"
$PYAV_ROOT
"
# Always try to install the Python dependencies they are cheap.
$PYAV_PIP
install
--upgrade
pip setuptools
$PYAV_PIP
install
--upgrade
-r
tests/requirements.txt
Menu
Explore
Projects
Groups
Snippets