File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4545 - name : Set up Python
4646 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
4747 with :
48- python-version : " 3.9 "
48+ python-version : " 3.10 "
4949 - name : Install dependencies
5050 run : pip install 'src/python/.[tests,ovms]'
5151 - name : Run python unit tests
Original file line number Diff line number Diff line change 1919 - name : Set up Python
2020 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2121 with :
22- python-version : 3.9
22+ python-version : " 3.10 "
2323 cache : pip
2424 - name : Create and start a virtual environment
2525 run : |
9494 persist-credentials : false
9595 - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
9696 with :
97- python-version : 3.9
97+ python-version : " 3.10 "
9898 cache : pip
9999 - name : Create and start a virtual environment
100100 shell : bash
You can’t perform that action at this time.
0 commit comments