Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Dec 4, 2023
1 parent 3f941d2 commit f3f8b80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

Expand Down

0 comments on commit f3f8b80

Please sign in to comment.