Skip to content

Commit 9b61c77

Browse files
committed
Temporarily installing dvc using pip instead of conda to make CI work
1 parent 4999875 commit 9b61c77

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ jobs:
109109
run: |
110110
python setup.py sdist --formats=zip
111111
pip install dist/*
112+
pip install dvc
112113
113114
# Run the tests
114115
- name: Test with pytest

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- codecov
1818
- coverage[toml]
1919
- docformatter
20-
- dvc
20+
# - dvc
2121
- flake8
2222
- ipython
2323
- isort>=5

0 commit comments

Comments
 (0)