Skip to content

ci: update tests-windows #666

ci: update tests-windows

ci: update tests-windows #666

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: Prepare temp dir
run: mkdir ${{ github.workspace }}\temp
- name: Run tests
env:
RUNTEST_CFG: ${{ secrets.RUNTEST_CFG }}
TMP: ${{ github.workspace }}\temp
TEMP: ${{ github.workspace }}\temp
run: |
pip install poetry==2.1.1 tox==4.28.4
tox