Skip to content

Commit 9d45237

Browse files
authored
Pin Poetry dotenv plugin version in our actions workflow (#1605)
1 parent 098bb68 commit 9d45237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
python-version: ${{ env.PYTHON_VERSION }}
103103
cache: "poetry"
104104
- name: Install dotenv plugin
105-
run: poetry self add poetry-plugin-dotenv
105+
run: poetry self add poetry-plugin-dotenv@2.6.1
106106
- name: Load templates
107107
run: make load-design-system-templates
108108
- name: Compile translations

0 commit comments

Comments
 (0)