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 7930fab commit 6c1849eCopy full SHA for 6c1849e
.github/workflows/stackhpc-pull-request.yml
@@ -9,17 +9,17 @@ name: Pull request
9
pull_request:
10
jobs:
11
tox:
12
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
13
permissions: {}
14
strategy:
15
matrix:
16
include:
17
- environment: pep8
18
- python-version: 3.8
+ python-version: "3.10"
19
- environment: releasenotes
20
21
- environment: docs
22
23
name: Tox ${{ matrix.environment }} with Python ${{ matrix.python-version }}
24
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
25
steps:
0 commit comments