Skip to content

ci: update tox

ci: update tox #662

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@v5
with:
python-version: "3.9"
- name: Run tests
env:
RUNTEST_CFG: ${{ secrets.RUNTEST_CFG }}
run: |
pip install poetry==2.1.1 tox==4.28.4
tox