Skip to content

Bump and pin pypa/gh-action-pypi-publish action #33

Bump and pin pypa/gh-action-pypi-publish action

Bump and pin pypa/gh-action-pypi-publish action #33

Workflow file for this run

name: testing
on:
push:
branches:
- devel
- master
pull_request:
branches:
- devel
- master
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: |
pipx install poetry
- name: Set up Python
uses: actions/setup-python@v5
with:
cache: "poetry"
- name: Install package
run: |
poetry install
- name: Run tests
run: |
poetry run -- make test