Skip to content

[rollback] Rollback request_fingerprint #45

[rollback] Rollback request_fingerprint

[rollback] Rollback request_fingerprint #45

Workflow file for this run

# This is GitHub Action for tests
name: CI
on:
pull_request:
branches: [master]
jobs:
tests:
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Run pytest
env:
TOXENV: pytest
run: |
pip install -U tox
tox