diff --git a/.github/workflows/test-cloud.yml b/.github/workflows/test-cloud.yml index 8b29ebac39..18f4ec1c13 100644 --- a/.github/workflows/test-cloud.yml +++ b/.github/workflows/test-cloud.yml @@ -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 . diff --git a/jac/.pre-commit-config.yaml b/jac/.pre-commit-config.yaml index 3717619b01..047c86feab 100644 --- a/jac/.pre-commit-config.yaml +++ b/jac/.pre-commit-config.yaml @@ -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