Skip to content

Commit

Permalink
Ensuring the correct version of Python virtualenv is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Jun 24, 2020
1 parent abc9ce2 commit 61b189f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Python Deps
run: |
pip3 install virtualenv==20.0.23
pip3 install pipenv
- name: Install aws-iam-authenticator
run: |
Expand Down Expand Up @@ -176,6 +177,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Python Deps
run: |
pip3 install virtualenv==20.0.23
pip3 install pipenv
- name: Install aws-iam-authenticator
run: |
Expand Down Expand Up @@ -242,6 +244,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Python Deps
run: |
pip3 install virtualenv==20.0.23
pip3 install pipenv
- name: Install aws-iam-authenticator
run: |
Expand Down Expand Up @@ -308,6 +311,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Python Deps
run: |
pip3 install virtualenv==20.0.23
pip3 install pipenv
- name: Install aws-iam-authenticator
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Python Deps
run: |
pip3 install virtualenv==20.0.23
pip3 install pipenv
- name: Install aws-iam-authenticator
run: |
Expand Down

0 comments on commit 61b189f

Please sign in to comment.