Skip to content

Commit a3c5aa2

Browse files
authored
Lock version of pathspec to <1 for dvc. (#1791)
1 parent bf56e5f commit a3c5aa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ jobs:
345345
run: pip install git+https://github.com/evidentlyai/evidently.git@${{ github.sha }}
346346

347347
- name: Install dvc
348-
run: pip install 'dvc[gs]==3.50.1'
348+
run: pip install 'pathspec<1' 'dvc[gs]==3.50.1'
349349

350350
- name: Pull test data
351351
run: dvc pull
@@ -398,7 +398,7 @@ jobs:
398398
uses: actions/checkout@v4
399399

400400
- name: Install dvc
401-
run: pip install 'dvc[gs]==3.50.1'
401+
run: pip install 'pathspec<1' 'dvc[gs]==3.50.1'
402402

403403
- name: Pull test data
404404
run: dvc pull

0 commit comments

Comments
 (0)