Skip to content

Bump setuptools from 67.7.2 to 70.0.0 in /test (#13) #46

Bump setuptools from 67.7.2 to 70.0.0 in /test (#13)

Bump setuptools from 67.7.2 to 70.0.0 in /test (#13) #46

Workflow file for this run

name: Test
on: push
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "pip"
- run: pip install poetry
- run: ./test/test.bash