Skip to content

docs: update release notes #249

docs: update release notes

docs: update release notes #249

Workflow file for this run

name: "Windows"
on: [ "push", "pull_request" ]
concurrency:
group: ${{github.workflow}}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Run tests
env:
RUNTEST_CFG: ${{ secrets.RUNTEST_CFG }}
run: |
pip install -U poetry tox
tox