Skip to content

.buildx-cache is a directory #56

.buildx-cache is a directory

.buildx-cache is a directory #56

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: pytest
run: |
pip install -r requirements.txt -r requirements-dev.txt
pytest