Skip to content

Commit 745997a

Browse files
committed
remove poetry
1 parent ebfe3a7 commit 745997a

4 files changed

Lines changed: 0 additions & 211 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,6 @@ jobs:
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

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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-
112106
Verify correct setup with `./build.cmd runtests`

poetry.lock

Lines changed: 0 additions & 174 deletions
This file was deleted.

pyproject.toml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)