Skip to content

Merge pull request #167 from asottile/cache-fix #103

Merge pull request #167 from asottile/cache-fix

Merge pull request #167 from asottile/cache-fix #103

Workflow file for this run

name: main
on:
push:
branches: [main, test-me-*]
tags: '*'
pull_request:
jobs:
main-windows:
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.1
with:
env: '["py38"]'
os: windows-latest
arch: '["x64", "x86"]'
wheel-tags: true
main-macos:
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.1
with:
env: '["py38"]'
os: macos-latest
wheel-tags: true
main-macos-intel:
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.1
with:
env: '["py38"]'
os: macos-13
wheel-tags: true
main-linux:
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.1
with:
env: '["py38", "py39", "py310"]'
os: ubuntu-latest