Skip to content

Commit

Permalink
Removed poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanHydrogen committed Apr 19, 2024
1 parent 3c4d43a commit 83bb718
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4

#- name: Install poetry
# run: pipx install poetry

- name: Install maturin
run: pipx install maturin

Expand All @@ -22,9 +19,8 @@ jobs:
python-version: '3.11'
cache: 'pip'

#- run: poetry install --all-extras
- run: poetry run maturin develop --release --all-features
- run: poetry run pytest -v
- run: maturin develop --release --all-features
- run: pytest -v

mypy:
runs-on: ubuntu-latest
Expand All @@ -34,9 +30,6 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4

#- name: Install poetry
# run: pipx install poetry

- name: Install maturin
run: pipx install maturin

Expand All @@ -46,6 +39,5 @@ jobs:
python-version: '3.11'
cache: 'pip'

#- run: poetry install --all-extras
- run: poetry run maturin develop --release --all-features
- run: poetry run mypy ./pyobs_cloudcover
- run: maturin develop --release --all-features
- run: mypy ./pyobs_cloudcover

0 comments on commit 83bb718

Please sign in to comment.