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 f5c9de7 commit c5131a2Copy full SHA for c5131a2
3 files changed
.github/workflows/flake8.yml
@@ -16,7 +16,7 @@ permissions:
16
jobs:
17
Run:
18
name: "Flake8"
19
- runs-on: "ubuntu-20.04"
+ runs-on: "ubuntu-22.04"
20
21
steps:
22
- name: Checkout 🛎️
.github/workflows/mypy.yml
@@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
23
- os: ['ubuntu-20.04', 'windows-2019']
+ os: ['ubuntu-22.04', 'windows-2019']
24
fail-fast: false
25
26
.github/workflows/python_ci_linux.yml
@@ -81,7 +81,7 @@ jobs:
81
82
Coverage:
83
needs: tests
84
85
86
87
uses: "actions/checkout@v4"
@@ -130,7 +130,7 @@ jobs:
130
Deploy:
131
132
133
134
135
136
0 commit comments