Skip to content

Bump aiohttp from 3.7.4 to 3.8.5 #11

Bump aiohttp from 3.7.4 to 3.8.5

Bump aiohttp from 3.7.4 to 3.8.5 #11

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches_ignore: []
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup black environment
run: conda create --quiet --name black black
- name: Check formatting
run: |
export PATH="/usr/share/miniconda/bin:$PATH"
source activate black
black --check stools