Skip to content

Commit df91f3d

Browse files
author
KooshaPari
committed
ci: pin harness test dependency
1 parent 8273e56 commit df91f3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
with:
114114
python-version: "3.12"
115115
- name: Install harness test dependencies
116-
run: python -m pip install --disable-pip-version-check --quiet -e harness pytest
116+
run: python -m pip install --disable-pip-version-check --quiet -e harness 'pytest==8.4.1'
117117
- name: Harness envelope and replay contracts
118118
env:
119119
PYTEST_DISABLE_PLUGIN_AUTOLOAD: "1"

0 commit comments

Comments
 (0)