Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ypkang committed Sep 8, 2024
1 parent af3e959 commit e46a12d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
cd ../jaclang
cd ../jac
pip install -e .
cd ../jac-cloud
pip install -e .
Expand Down
2 changes: 1 addition & 1 deletion jac/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
rev: 6.1.0
hooks:
- id: flake8
args: ["--config=jaclang/.flake8"]
args: ["--config=jac/.flake8"]
additional_dependencies: [pep8-naming, flake8_import_order, flake8_docstrings, flake8_comprehensions, flake8_bugbear, flake8_annotations, flake8_simplify]
exclude: "examples|vendor|langserve/tests|pygame_mock"
- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down

0 comments on commit e46a12d

Please sign in to comment.