diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1f41281..fa30688 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,6 +19,7 @@ jobs: - name: Install dependencies run: | + python -m pip install --upgrade pip pip install -e . pip install pytest pytest-asyncio @@ -29,7 +30,6 @@ jobs: - name: Verify package run: | python -c "from snip import cli; print('Import successful')" - python -c "from snip.cli import cli; cli(['--help'])" lint: runs-on: ubuntu-latest