From 0636d9edef5932f9f7a7147e9387f91e495b8b61 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Tue, 7 Mar 2023 13:26:35 +0100 Subject: [PATCH] fix ci --- .github/workflows/entrypoint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/entrypoint.yml b/.github/workflows/entrypoint.yml index 1143fb9..ca50a34 100644 --- a/.github/workflows/entrypoint.yml +++ b/.github/workflows/entrypoint.yml @@ -1,14 +1,13 @@ name: Test entrypoints on: [push, pull_request] jobs: - tests: + test-entrypoints: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: python-version: '3.10' - cache: pip - run: python -m pip install -U pip - run: python -m pip install . - run: matrix-webhook -h