Some checks failed
Pytest / Explore-Gitea-Actions (push) Failing after -14m15s
11 lines
232 B
YAML
11 lines
232 B
YAML
name: Pytest
|
|
run-name: PyTest
|
|
on: [push]
|
|
|
|
jobs:
|
|
Explore-Gitea-Actions:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: curl -sSL https://install.python-poetry.org | python3 -
|
|
- run: poetry install && poetry run pytest -v
|