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 78bc598 commit 762a563Copy full SHA for 762a563
.github/workflows/main.yml
@@ -23,14 +23,14 @@ jobs:
23
mypy .
24
25
build:
26
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
27
28
steps:
29
- uses: actions/checkout@v3
30
- name: Set up Python 3
31
uses: actions/setup-python@v4
32
with:
33
- python-version: '3.6'
+ python-version: '3.x'
34
35
- name: Install dependencies
36
run: |
dev_requirements.txt
@@ -1,5 +1,5 @@
1
coverage
2
-astroid==2.3.3
3
-pylint==2.4.4
+astroid
+pylint
4
bitarray
5
python-linstor
0 commit comments