Skip to content

Commit ae4f09e

Browse files
committed
.
1 parent 93eef03 commit ae4f09e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
run: |
2626
python -m pip install --upgrade pip
2727
pip install 'setuptools<81' wheel
28-
pip install .
2928
pip install -r requirements-dev.txt
29+
pip install .
3030
- name: Run tests
3131
run: |
3232
make test

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pytest
22
pytest-cov
33
pre-commit
4+
fs

0 commit comments

Comments
 (0)