Skip to content

Commit 619d265

Browse files
committed
.
1 parent d963a3b commit 619d265

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
- name: Run pytest
4747
run: |
4848
set +e # Do not exit shell on pytest failure
49+
source .venv/bin/activate
4950
python3 scripts/hf_download.py
5051
5152
out=$(pytest 2> stderr.txt)
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a14097a4f13e8d7a9b76c3d858db4792357604786b45f27cb279f83b656a2e34 requirements_dev.in
1+
3f69353b054f22c8e385828edbe65a268866d41ecfda21c631035685f668906d requirements_dev.in

deps/requirements_dev.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
pytest
2-
networkx
32
huggingface_hub
43
toml ; python_version < "3.11"
54

65
# test requirements
76
numpy
87
scipy
98
trimesh
9+
networkx
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a14097a4f13e8d7a9b76c3d858db4792357604786b45f27cb279f83b656a2e34 requirements_dev.in
1+
3f69353b054f22c8e385828edbe65a268866d41ecfda21c631035685f668906d requirements_dev.in
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a14097a4f13e8d7a9b76c3d858db4792357604786b45f27cb279f83b656a2e34 requirements_dev.in
1+
3f69353b054f22c8e385828edbe65a268866d41ecfda21c631035685f668906d requirements_dev.in
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a14097a4f13e8d7a9b76c3d858db4792357604786b45f27cb279f83b656a2e34 requirements_dev.in
1+
3f69353b054f22c8e385828edbe65a268866d41ecfda21c631035685f668906d requirements_dev.in

0 commit comments

Comments
 (0)