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 2a2dca3 commit f70c38dCopy full SHA for f70c38d
.github/workflows/dependabot.yml
@@ -26,6 +26,7 @@ jobs:
26
sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-openmpi.yml
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" binder/environment.yml
30
- name: UpdateDependabotPR commit
31
run: |
32
git config --local user.email "[email protected]"
0 commit comments