We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52afdcf commit 03f3b0aCopy full SHA for 03f3b0a
.github/workflows/flake8.yml
@@ -8,7 +8,7 @@ jobs:
8
- name: Checkout source
9
uses: actions/checkout@v3
10
- name: Install Python 3.11
11
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
12
with:
13
python-version: '3.11'
14
- name: Install Flake8 5.0.4 linter
.github/workflows/pytest.yml
@@ -60,7 +60,7 @@ jobs:
60
61
- name: Install bare Python ${{ matrix.python-version }}${{ matrix.suffix }}
62
if: matrix.environment-type == 'bare'
63
64
65
python-version: ${{ matrix.python-version }}
66
0 commit comments