Skip to content

Commit 2133af3

Browse files
authored
Debug hatch update (#665)
* Update environment-mini.yml * Update dependabot.yml * Update environment-integration.yml * Update dependabot.yml
1 parent 97ef231 commit 2133af3

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.ci_support/environment-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- pyzmq =26.3.0
1111
- flux-core =0.59.0
1212
- hatchling =1.27.0
13-
- hatch-vcs =0.4.0
13+
- hatch-vcs =0.5.0
1414
- h5py
1515
- matplotlib =3.10.0
1616
- networkx =3.4.2
@@ -19,4 +19,4 @@ dependencies:
1919
- ipython =9.0.2
2020
- atomistics =0.2.4
2121
- qe =7.2
22-
- gpaw =24.6.0
22+
- gpaw =24.6.0

.ci_support/environment-mini.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ dependencies:
66
- cloudpickle =3.1.0
77
- pyzmq =26.2.0
88
- hatchling =1.27.0
9-
- hatch-vcs =0.4.0
9+
- hatch-vcs =0.5.0

.github/workflows/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-openmpi.yml
2727
sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-win.yml
2828
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
2931
sed -i "/${package}/s/${from}/${to}/g" binder/environment.yml
3032
- name: UpdateDependabotPR commit
3133
run: |

0 commit comments

Comments
 (0)