Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit b3c37ed

Browse files
authored
fix: pin schemathesis version in CI checks (#102)
1 parent 93d140f commit b3c37ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-python@v5
1919
with:
2020
python-version: '3.10'
21-
- run: python -m pip install schemathesis
21+
- run: python -m pip install schemathesis==3.35.0
2222
- run: npm install
2323
- run: npm run build
2424
- run: npm run test

0 commit comments

Comments
 (0)