You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+16-10Lines changed: 16 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ jobs:
9
9
runs-on: ubuntu-latest
10
10
11
11
steps:
12
-
- uses: actions/checkout@v5
12
+
- uses: actions/checkout@v6
13
13
with:
14
14
fetch-depth: 0# Optional, use if you use setuptools_scm
15
15
@@ -26,7 +26,7 @@ jobs:
26
26
- name: Build
27
27
run: |
28
28
# add packages that are supposed to be built to this list
29
-
for package in fairchem-core fairchem-data-oc fairchem-demo-ocpapi fairchem-applications-cattsunami fairchem-data-omol fairchem-data-omat fairchem-lammps
29
+
for package in fairchem-core fairchem-data-oc fairchem-demo-ocpapi fairchem-applications-cattsunami fairchem-data-omol fairchem-data-omat fairchem-data-omc fairchem-lammps
30
30
do
31
31
pushd packages/$package
32
32
hatch build
@@ -36,37 +36,43 @@ jobs:
36
36
# unfortunately there isn't a clean way to upload artifacts separately so just copy
0 commit comments