зеркало из
https://github.com/VIGINUM-FR/D3lta.git
synced 2025-10-30 05:26:15 +02:00
style: minor formatting and fix workflow name
Этот коммит содержится в:
родитель
f5f71cca37
Коммит
991ed8141b
11
.github/workflows/test.yml
поставляемый
11
.github/workflows/test.yml
поставляемый
@ -1,4 +1,4 @@
|
|||||||
name: Publish Python distribution to PyPI and TestPyPI
|
name: Run tests
|
||||||
|
|
||||||
on: push
|
on: push
|
||||||
|
|
||||||
@ -11,17 +11,16 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: "3.11"
|
python-version: "3.11"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install poetry
|
pip install poetry
|
||||||
poetry install --with dev
|
poetry install --with dev
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run:
|
run: poetry run pytest
|
||||||
poetry run pytest
|
|
||||||
|
|||||||
Загрузка…
x
Ссылка в новой задаче
Block a user