From 0258dde12ed2db86e98aba9835331a564f2cf7f1 Mon Sep 17 00:00:00 2001 From: Shawn Qiu Date: Fri, 2 Aug 2024 15:07:00 -0700 Subject: [PATCH] glue --- .github/workflows/tach-check.yml | 25 ------------------------- pyproject.toml | 1 - tach.yml | 19 ------------------- 3 files changed, 45 deletions(-) delete mode 100644 .github/workflows/tach-check.yml delete mode 100644 tach.yml diff --git a/.github/workflows/tach-check.yml b/.github/workflows/tach-check.yml deleted file mode 100644 index 2bbbd15e..00000000 --- a/.github/workflows/tach-check.yml +++ /dev/null @@ -1,25 +0,0 @@ - -name: Tach Check - -on: [pull_request] - -jobs: - tach-check: - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: Set up Python - uses: actions/setup-python@v2 - with: - python-version: '3.11' # Specify the version of Python you need - - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install tach - - - name: Run Tach - run: tach check \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index d8fbb80b..7c1692ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,6 @@ dependencies = [ dev = [ "pytest==7.4.0", "requests_mock==1.11.0", - "tach~=0.9", ] langchain = [ "langchain~=1.19" diff --git a/tach.yml b/tach.yml deleted file mode 100644 index c8edf0ae..00000000 --- a/tach.yml +++ /dev/null @@ -1,19 +0,0 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/gauge-sh/tach/v0.9.2/public/tach-yml-schema.json -modules: - - path: agentops - depends_on: - - path: agentops.enums - - path: agentops.log_config - - path: agentops.enums - depends_on: [] - - path: agentops.log_config - depends_on: [] -exclude: - - .*__pycache__ - - .*egg-info - - docs - - examples - - tests - - venv -source_roots: - - .