Skip to content

Commit 5ad0e9a

Browse files
authored
Merge pull request #103 from KamitaniLab/hotfix-ci-error
Hotfix: pin pytest-github-actions-annotate-failures to version 0.2.0 in CI workflow
2 parents 56f24cb + a649186 commit 5ad0e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
python -m pip install --upgrade pip
32-
python -m pip install pytest pytest-cov pytest-github-actions-annotate-failures
32+
python -m pip install pytest pytest-cov pytest-github-actions-annotate-failures==0.2.0
3333
pip install .[dev]
3434
3535
# https://stackoverflow.com/questions/985876/tee-and-exit-status

0 commit comments

Comments
 (0)