Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiling-J committed Mar 3, 2023
1 parent 7cb2c53 commit e69b377
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/bench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
- name: "Install Dependencies"
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: "poetry install --no-interaction --no-root"
- name: "Run Lint"
run: "poetry run mypy --ignore-missing-imports ."
- name: "Run Benchmarks"
run: "poetry run pytest benchmarks/benchmark_test.py --benchmark-only --benchmark-json output.json"
- name: "Publish Benchmark Result"
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
- name: "Install Dependencies"
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: "poetry install --no-interaction --no-root"
- name: "Run Lint"
run: "make lint"
- name: "Run Tests"
env:
CI: "TRUE"
run: "poetry run pytest"
run: "make test"

0 comments on commit e69b377

Please sign in to comment.