From dc8179f61b73cf07b4fcec740a6b68bcde826956 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 17 Aug 2023 19:17:19 +0200 Subject: Potentially fixed CI --- .github/workflows/format.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to '.github/workflows/format.yml') diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 61f1270..eaa95ad 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -14,8 +14,13 @@ jobs: uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }} - - name: Install dependencies + - name: Install poetry run: | python -m pip install --upgrade pip - pip install black pylint mypy - - run: bash ci.sh + pip install poetry + - name: Install dependencies + run: | + poetry lock && poetry install --with cpu + - name: Run CI + run: | + poetry lint -- cgit v1.2.3