Skip to content

Commit 1ff2dbb

Browse files
majorgreysbrettlangdon
authored andcommitted
ci: pin pygments to fix mako framework test (#3718)
1 parent c5d822a commit 1ff2dbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test_frameworks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ jobs:
214214
python-version: '3.8'
215215
- name: Install tox
216216
run: pip install tox
217+
- name: Pin pygments to avoid breaking test
218+
run: sed -i 's/pygments/pygments~=2.11.0/' tox.ini
217219
- name: Create tox env
218220
run: tox -e py --notest
219221
- name: Inject ddtrace

0 commit comments

Comments
 (0)