File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 - name : Setup Python
5656 uses : actions/setup-python@v5
5757 with :
58- python-version : 3.8
58+ python-version : " 3.8"
5959
6060 - name : Check Python code formatting
6161 run : |
7272 - name : Setup Python
7373 uses : actions/setup-python@v5
7474 with :
75- python-version : 3.8
75+ python-version : " 3.8"
7676
7777 - name : Check compliance with pep8, pyflakes and circular complexity
7878 run : |
8989 - name : Setup Python
9090 uses : actions/setup-python@v5
9191 with :
92- python-version : 3.8
92+ python-version : " 3.8"
9393
9494 - name : Check compliance with Python docstring conventions
9595 run : |
@@ -106,7 +106,7 @@ jobs:
106106 - name : Setup Python
107107 uses : actions/setup-python@v5
108108 with :
109- python-version : 3.8
109+ python-version : " 3.8"
110110
111111 - name : Check Python manifest completeness
112112 run : |
@@ -123,7 +123,7 @@ jobs:
123123 - name : Setup Python
124124 uses : actions/setup-python@v5
125125 with :
126- python-version : 3.8
126+ python-version : " 3.8"
127127
128128 - name : Install system dependencies
129129 run : |
@@ -148,7 +148,7 @@ jobs:
148148 - name : Setup Python
149149 uses : actions/setup-python@v5
150150 with :
151- python-version : 3.8
151+ python-version : " 3.8"
152152
153153 - name : Install Python dependencies
154154 run : |
Original file line number Diff line number Diff line change 9494 "consume-job-queue = reana_workflow_controller." "cli:consume_job_queue" ,
9595 ]
9696 },
97+ python_requires = ">=3.8" ,
9798 extras_require = extras_require ,
9899 install_requires = install_requires ,
99100 setup_requires = setup_requires ,
You can’t perform that action at this time.
0 commit comments