1 parent 3442997 commit fc4cb85Copy full SHA for fc4cb85
1 file changed
.github/workflows/ci-tests.yml
@@ -42,7 +42,11 @@ jobs:
42
python-version: ${{ matrix.python-version }}
43
44
- name: Test with python ${{ matrix.python-version }}
45
- run: pip install -e ".[test]" && ./test.sh
+ run: |
46
+ python -m pip install --upgrade pip
47
+ pip install -e ".[test]"
48
+ pip install pygments
49
+ ./test.sh
50
51
- name: Upload coverage reports
52
uses: actions/upload-artifact@v4
0 commit comments