We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de9e000 commit af7f109Copy full SHA for af7f109
.github/workflows/dependabot.yml
@@ -27,6 +27,7 @@ jobs:
27
sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-win.yml
28
sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-docs.yml
29
sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-mini.yml
30
+ sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-integration.yml
31
sed -i "/${package}/s/${from}/${to}/g" binder/environment.yml
32
- name: UpdateDependabotPR commit
33
run: |
0 commit comments