Skip to content

Commit

Permalink
remove poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
HLWeil committed Aug 30, 2024
1 parent ebfe3a7 commit 745997a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 211 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,6 @@ jobs:
python-version: '3.12'
- name: Setup Virtual Environment
run: python -m venv .venv
- name: Setup Poetry Windows
if: matrix.os == 'windows-latest'
run: |
.\.venv\Scripts\python.exe -m pip install -U pip setuptools
.\.venv\Scripts\python.exe -m pip install poetry
.\.venv\Scripts\python.exe -m poetry install --no-root
- name: Setup Poetry Unix
if: matrix.os == 'ubuntu-latest'
run: |
./.venv/bin/python -m pip install -U pip setuptools
./.venv/bin/python -m pip install poetry
./.venv/bin/python -m poetry install --no-root

# BUILD
- name: make script executable
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,4 @@ On windows you can use the `setup.cmd` to run the following steps automatically!

`py -m venv .venv`

4. Install [Poetry](https://python-poetry.org/) and dependencies

1. `.\.venv\Scripts\python.exe -m pip install -U pip setuptools`
2. `.\.venv\Scripts\python.exe -m pip install poetry`
3. `.\.venv\Scripts\python.exe -m poetry install --no-root`

Verify correct setup with `./build.cmd runtests`
174 changes: 0 additions & 174 deletions poetry.lock

This file was deleted.

19 changes: 0 additions & 19 deletions pyproject.toml

This file was deleted.

0 comments on commit 745997a

Please sign in to comment.