Skip to content

Bump actions/add-to-project from 0.5.0 to 0.6.0 #72

Bump actions/add-to-project from 0.5.0 to 0.6.0

Bump actions/add-to-project from 0.5.0 to 0.6.0 #72

Workflow file for this run

name: pytest windows
on: [push]
env:
PYTHONPATH: /Users/runner/work/g2-sdk-python-abstract/g2-sdk-python-abstract/src
jobs:
pytest-windows:
name: "pytest OS: ${{ matrix.os }}; Python ${{ matrix.python-version }}"
runs-on: ${{ matrix.os }}
strategy:
matrix:
# python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.11"]
os: [windows-latest]
steps:
- name: checkout repository
uses: actions/checkout@v4
- name: set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
# - name: run pytest on tests
# run: pytest tests/ --verbose --capture=no --cov=src/senzing_abstract