Skip to content

Commit d60497b

Browse files
committed
try uv run --with-editable
1 parent 3f0e09c commit d60497b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ jobs:
6464
uses: astral-sh/setup-uv@v2
6565

6666
- name: Run script
67-
run: uv run --with .[make-assets] ${{ matrix.example_script }}
67+
run: uv run --with-editable .[make-assets] ${{ matrix.example_script }}

assets/scripts/brillouin/brillouin_zone_3d.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
tuple(
2020
path.split("/")[-1].replace(".json.gz", "").rsplit("-", maxsplit=2)
2121
): Structure.from_file(path)
22-
for path in glob(f"{TEST_FILES}/structures/*-*-*-*.json.gz")
22+
for path in glob(f"{TEST_FILES}/structures/mp-*-*-*.json.gz")
2323
}
2424

2525

0 commit comments

Comments
 (0)