Skip to content

Commit

Permalink
Update pipenv in test to latest version 2022.9.24
Browse files Browse the repository at this point in the history
  • Loading branch information
andidev authored and pgrzesik committed Oct 23, 2022
1 parent 04d8338 commit 955c27f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: python -m pip install --force setuptools wheel

- name: Install pipenv / poetry
run: python -m pip install pipenv==2021.11.5 poetry
run: python -m pip install pipenv==2022.9.24 poetry

- name: Install serverless
run: npm install -g serverless@${{ matrix.sls-version }}
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
run: python -m pip install --force setuptools wheel

- name: Install pipenv / poetry
run: python -m pip install pipenv==2021.11.5 poetry
run: python -m pip install pipenv==2022.9.24 poetry

- name: Install serverless
run: npm install -g serverless@${{ matrix.sls-version }}
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
run: python -m pip install --force setuptools wheel

- name: Install pipenv / poetry
run: python -m pip install pipenv==2021.11.5 poetry
run: python -m pip install pipenv==2022.9.24 poetry

- name: Install serverless
run: npm install -g serverless@${{ matrix.sls-version }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: python -m pip install --force setuptools wheel

- name: Install pipenv / poetry
run: python -m pip install pipenv==2021.11.5 poetry
run: python -m pip install pipenv==2022.9.24 poetry

- name: Install serverless
run: npm install -g serverless@${{ matrix.sls-version }}
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
run: python -m pip install --force setuptools wheel

- name: Install pipenv / poetry
run: python -m pip install pipenv==2021.11.5 poetry
run: python -m pip install pipenv==2022.9.24 poetry

- name: Install serverless
run: npm install -g serverless@${{ matrix.sls-version }}
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
run: python -m pip install --force setuptools wheel

- name: Install pipenv / poetry
run: python -m pip install pipenv==2021.11.5 poetry
run: python -m pip install pipenv==2022.9.24 poetry

- name: Install serverless
run: npm install -g serverless@${{ matrix.sls-version }}
Expand Down

0 comments on commit 955c27f

Please sign in to comment.