Skip to content

Commit 4c8b194

Browse files
committed
Split requirements
1 parent 02b269a commit 4c8b194

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
run: |
2222
pip install -U pip
2323
pip install .[dev]
24+
pip install -r requirements-test.txt
2425
2526
- name: Log installed environment
2627
run: |

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Requirements for tests
22
pytest
33
ml_dtypes
4-
mx @ git+https://github.com/microsoft/microxcaling
4+
# See requirements-tests also for direct dependencies
55

66
# Requirements for development
77
pre-commit

requirements-test.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# PyPI doesn't like direct dependencies - see https://github.com/microsoft/microxcaling/issues/22
2+
3+
mx @ git+https://github.com/microsoft/microxcaling

0 commit comments

Comments
 (0)