This commit is contained in:
parent
923cb16c66
commit
bde6c11a27
@ -4,19 +4,19 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Tests
|
- name: Tests
|
||||||
image: python:3.11
|
image: python:3.10
|
||||||
environment:
|
environment:
|
||||||
PyPI_TOKEN: pypi_token
|
PyPI_TOKEN: pypi_token
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y texlive texlive-extra-utils
|
- apt-get install -y texlive texlive-extra-utils latexmk
|
||||||
- python -m pip install --upgrade pip
|
- python -m pip install --upgrade pip
|
||||||
- python -m pip install poetry
|
- python -m pip install poetry
|
||||||
- poetry install
|
- poetry install
|
||||||
- poetry run pytest
|
- poetry run pytest
|
||||||
|
|
||||||
- name: Publish
|
- name: Publish
|
||||||
image: python:3.11
|
image: python:3.10
|
||||||
environment:
|
environment:
|
||||||
PyPI_TOKEN: pypi_token
|
PyPI_TOKEN: pypi_token
|
||||||
commands:
|
commands:
|
||||||
|
Loading…
Reference in New Issue
Block a user