Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806c416 commit 458ef44Copy full SHA for 458ef44
3 files changed
.github/workflows/check-test-coverage.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Setup Python
14
uses: actions/setup-python@v2
15
with:
16
- python-version: 3.10
+ python-version: "3.11"
17
- name: Generate coverage report
18
run: |
19
python -m pip install --upgrade pip
.github/workflows/python-runlinter.yml
@@ -18,7 +18,7 @@ jobs:
- name: Set up Python
20
21
22
- name: Install dependencies
23
24
.github/workflows/python-runtests-img-comp.yml
0 commit comments