File tree Expand file tree Collapse file tree 4 files changed +260
-291
lines changed
Expand file tree Collapse file tree 4 files changed +260
-291
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
2929 POETRY_FOLDER : C:\Users\runneradmin\.local
3030 steps :
3131 - uses : actions/checkout@v4
32- - name : Set up Python 3.13
32+ - name : Set up Python 3.14
3333 uses : actions/setup-python@v6
3434 with :
35- python-version : 3.13
35+ python-version : 3.14
3636 # - name: cache poetry install
3737 # uses: actions/cache@v3
3838 # with:
4848 with :
4949 path : simulator/.venv
5050 key : pydeps-${{ hashFiles('**/poetry.lock') }}
51-
51+
5252 - name : Install environment
5353 working-directory : ./simulator
5454 run : ${{matrix.POETRY_FOLDER}}/bin/poetry install --no-interaction --no-root
Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ jobs:
5151 POETRY_FOLDER : C:\Users\runneradmin\.local
5252 steps :
5353 - uses : actions/checkout@v4
54- - name : Set up Python 3.13
54+ - name : Set up Python 3.14
5555 uses : actions/setup-python@v6
5656 with :
57- python-version : 3.13
57+ python-version : 3.14
5858 # - name: cache poetry install
5959 # uses: actions/cache@v3
6060 # with:
7070 with :
7171 path : simulator/.venv
7272 key : pydeps-${{ hashFiles('**/poetry.lock') }}
73-
73+
7474 - name : Install environment
7575 working-directory : ./simulator
7676 run : ${{matrix.POETRY_FOLDER}}/bin/poetry install --no-interaction --no-root
You can’t perform that action at this time.
0 commit comments