Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-kaushal committed Feb 14, 2024
1 parent 2421116 commit 292df28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ on:
branches: ["main"]

jobs:
test:
lint-format:
runs-on: ubuntu-latest

name: "Test Python ${{ matrix.python-version }}"

timeout-minutes: 10
name: "Lint-Format"

strategy:
fail-fast: false
Expand All @@ -34,9 +32,9 @@ jobs:
- name: Setup
run: ./script/setup

- name: Test
run: ./script/test

- name: Lint
run: ./script/lint

- name: Format
run: ./script/format

2 changes: 1 addition & 1 deletion dev-requirements.txt → requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --extra=dev --output-file=dev-requirements.txt pyproject.toml
# pip-compile --extra=dev --output-file=requirements-dev.txt pyproject.toml
#
annotated-types==0.6.0
# via pydantic
Expand Down

0 comments on commit 292df28

Please sign in to comment.