Skip to content

Bump actions/cache from 3.0.4 to 4.0.0 #309

Bump actions/cache from 3.0.4 to 4.0.0

Bump actions/cache from 3.0.4 to 4.0.0 #309

Workflow file for this run

# .github/workflows/coverage.yml
name: Coverage
on: push
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
python-version: '3.9'
architecture: x64
- run: pip install nox==2021.10.1
- run: pip install poetry==1.1.11
- run: pip install nox-poetry==0.9.0
- run: nox --sessions tests-3.9 coverage
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}