Skip to content

Commit

Permalink
Merge pull request #1948 from PrefectHQ/build_pip_upgrade
Browse files Browse the repository at this point in the history
Upgrade pip version prior to tests in CI pipeline
  • Loading branch information
joshmeek committed Jan 24, 2020
2 parents 3837bcf + bf33e5b commit 88e00b3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ jobs:
name: Install graphviz
command: apt-get update && apt-get install -y graphviz

- run:
name: Upgrade pip
command: pip install -U pip

- run:
name: Install prefect
command: pip install ".[all_extras]"
Expand Down Expand Up @@ -192,6 +196,10 @@ jobs:
name: Install graphviz
command: apt-get update && apt-get install -y graphviz

- run:
name: Upgrade pip
command: pip install -U pip

- run:
name: Install prefect
command: pip install ".[all_extras]"
Expand Down Expand Up @@ -219,6 +227,10 @@ jobs:
name: Install graphviz
command: apt-get update && apt-get install -y graphviz

- run:
name: Upgrade pip
command: pip install -U pip

- run:
name: Install prefect
command: pip install ".[all_extras]"
Expand Down

0 comments on commit 88e00b3

Please sign in to comment.