We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204d08a commit c61a09cCopy full SHA for c61a09c
1 file changed
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
- name: Set up Python ${{ matrix.python-version }}
84
uses: actions/setup-python@v4
85
with:
86
- python-version: 3.10.3
+ python-version: 3.10.8
87
- name: Install dependencies
88
run: |
89
pip install coverage
@@ -108,7 +108,7 @@ jobs:
108
109
110
111
112
113
run: pip install black
114
- name: Run linters
0 commit comments