From f3f8b800b0c6b5f41ed8ec14c6b03e26fc092415 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Mon, 4 Dec 2023 15:39:58 +0300 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b992ebb0..462111e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,7 @@ jobs: extra_args: --all-files env: SKIP: no-commit-to-branch + test: name: test ${{ matrix.python-version }} on ${{ matrix.os }} strategy: @@ -57,6 +58,7 @@ jobs: - run: pip install -r src/python-fastui/requirements/test.txt - run: pip install -r src/python-fastui/requirements/pyproject.txt + - run: pip install src/python-fastui - run: make test