File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v3
1818 - uses : actions/setup-python@v4
1919 with :
20- python-version : 3.9
20+ python-version : 3.11
2121 - run : pip install -r requirements.txt
2222 - run : python scripts/download-tools.py
2323 - run : black .
3535 - uses : actions/checkout@v3
3636 - uses : actions/setup-python@v4
3737 with :
38- python-version : 3.9
38+ python-version : 3.11
3939 - run : pip install -r requirements.txt
4040 - run : python scripts/download-tools.py
4141 - run : python scripts/build.py
5151 - uses : actions/checkout@v3
5252 - uses : actions/setup-python@v4
5353 with :
54- python-version : 3.9
54+ python-version : 3.11
5555 - run : pip install -r requirements.txt
5656 - run : python scripts/download-tools.py
5757 - run : python scripts/build.py
You can’t perform that action at this time.
0 commit comments