blob: b70c942fe8cfdc7129531568ff313ef190bb4fb0 (
plain)
1
2
3
4
5
6
7
8
9
|
inputs:
env:
default: ${{ matrix.env }}
runs:
using: composite
steps:
- uses: asottile/workflows/.github/actions/latest-git@v1.4.0
if: inputs.env == 'py39' && runner.os == 'Linux'
|