We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098bb68 commit 9d45237Copy full SHA for 9d45237
.github/workflows/pull_request.yml
@@ -102,7 +102,7 @@ jobs:
102
python-version: ${{ env.PYTHON_VERSION }}
103
cache: "poetry"
104
- name: Install dotenv plugin
105
- run: poetry self add poetry-plugin-dotenv
+ run: poetry self add poetry-plugin-dotenv@2.6.1
106
- name: Load templates
107
run: make load-design-system-templates
108
- name: Compile translations
0 commit comments