Some checks failed
Pytest / Explore-Gitea-Actions (push) Failing after -14m24s
11 lines
234 B
YAML
11 lines
234 B
YAML
name: Pytest
|
|
run-name: PyTest
|
|
on: [push]
|
|
|
|
jobs:
|
|
Explore-Gitea-Actions:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: python -m pip install --upgrade pip && pip install poetry
|
|
- run: poetry install && poetry run pytest -v
|