File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 python-version : ' 3.12'
4444 - name : Setup Virtual Environment
4545 run : python -m venv .venv
46- - name : Setup Poetry Windows
47- if : matrix.os == 'windows-latest'
48- run : |
49- .\.venv\Scripts\python.exe -m pip install -U pip setuptools
50- .\.venv\Scripts\python.exe -m pip install poetry
51- .\.venv\Scripts\python.exe -m poetry install --no-root
52- - name : Setup Poetry Unix
53- if : matrix.os == 'ubuntu-latest'
54- run : |
55- ./.venv/bin/python -m pip install -U pip setuptools
56- ./.venv/bin/python -m pip install poetry
57- ./.venv/bin/python -m poetry install --no-root
5846
5947 # BUILD
6048 - name : make script executable
Original file line number Diff line number Diff line change @@ -103,10 +103,4 @@ On windows you can use the `setup.cmd` to run the following steps automatically!
103103
104104 ` py -m venv .venv `
105105
106- 4 . Install [ Poetry] ( https://python-poetry.org/ ) and dependencies
107-
108- 1 . ` .\.venv\Scripts\python.exe -m pip install -U pip setuptools `
109- 2 . ` .\.venv\Scripts\python.exe -m pip install poetry `
110- 3 . ` .\.venv\Scripts\python.exe -m poetry install --no-root `
111-
112106Verify correct setup with ` ./build.cmd runtests ` ✨
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments