Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • P PyAV
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 37
    • Issues 37
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 26
    • Merge requests 26
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PyAV
  • PyAV
  • Merge requests
  • !634

[build] try upgrading pip on OS X

  • Review changes

  • 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
Compare
  • develop (base)

and
  • latest version
    73b108d4
    1 commit, 2 years ago

2 files
+ 1
- 1

    Preferences

    File browser
    Compare changes
scr‎ipts‎
activ‎ate.sh‎ +0 -1
build‎-deps‎ +1 -0
scripts/activate.sh
+ 0
- 1
  • View file @ 73b108d4


@@ -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
  • View file @ 73b108d4


@@ -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
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference: PyAV-Org/PyAV!481
Source branch: github/fork/jlaine/osx-ci

Menu

Explore Projects Groups Snippets