Skip to content

CICD: Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.12.2 (#97) #174

CICD: Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.12.2 (#97)

CICD: Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.12.2 (#97) #174

Workflow file for this run

name: Test
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install . -v
pip install "pytest>=4.0.2" "pytest-pylint>=0.13.0"
- name: Test with pytest
run: |
cd tests
pytest test_phik.py -W ignore::DeprecationWarning