Skip to content

1.4.3: .distinct only hashable values #397

1.4.3: .distinct only hashable values

1.4.3: .distinct only hashable values #397

Workflow file for this run

name: lint
on:
push:
paths:
- 'streamable/**'
- 'tests/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: checks
run: make venv lint