We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 318618b commit f034082Copy full SHA for f034082
1 file changed
.github/workflows/main.yml
@@ -32,16 +32,16 @@ jobs:
32
python3-justbytes
33
python3-gobject
34
python3-psutil
35
- image: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
+ image: fedora:43 # CURRENT DEVELOPMENT ENVIRONMENT
36
task: PYTHONPATH=./src make -f Makefile lint
37
- dependencies: >
38
black
39
python3-isort
40
41
task: make -f Makefile fmt-travis
42
# VERIFICATION OF TEST INFRASTRUCTURE
43
- dependencies: yamllint
44
45
task: make -f Makefile yamllint
46
runs-on: ubuntu-latest
47
container: ${{ matrix.image }}
0 commit comments