diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a205cd4..50720e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,6 @@ jobs: - uses: actions/setup-python@v4 with: python-version: 3.8 - cache: pipenv - run: pip install pipenv==2022.12.19 - run: pipenv install --dev --deploy - run: pipenv run black --check --diff --color --exclude '.*_pb2.py' .