Skip to content

chore: release 1.7.15 #715

chore: release 1.7.15

chore: release 1.7.15 #715

Workflow file for this run

name: testcases
on:
push:
branches:
- 4.4
paths:
- "pygluu/**"
- "tests/**"
- "setup.py"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install tox
- name: Test with pytest
run: |
tox