Skip to content

Commit b963c80

Browse files
committed
Lock pipenv version
1 parent 7268f3a commit b963c80

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/terraform.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- "handler.py"
88
- "create_package.py"
99
- "Pipfile*"
10+
- "requirements.txt"
1011
- "terraform/**"
1112
- ".github/workflows/terraform.yml"
1213
push:
@@ -46,7 +47,7 @@ jobs:
4647
cache-dependency-path: Pipfile.lock
4748
- name: Install pipenv & create dependencies
4849
run: |
49-
pip install --prefer-binary pipenv
50+
pip install --prefer-binary -r requirements.txt
5051
pipenv install
5152
pipenv requirements > requirements.txt
5253
- name: Create deployment package

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pipenv==2025.0.4

0 commit comments

Comments
 (0)