Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlu1248 committed Mar 13, 2024
1 parent d26fdee commit c0accee
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 197 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/black.yml

This file was deleted.

62 changes: 0 additions & 62 deletions .github/workflows/e2e.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/pylint.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,27 +39,6 @@ jobs:
- run: pip install uv
- run: uv pip install -r requirements.txt
- run: uv pip install black ruff pylint uvicorn pytest
# - name: Checkout code
# uses: actions/checkout@v3

# - name: Set up Python
# uses: actions/setup-python@v4
# with:
# python-version: ${{ matrix.python-version }}

# - name: Cache Python dependencies
# id: cache-dependencies
# uses: actions/cache@v3
# with:
# path: ~/.cache/pip
# key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt', '**/pyproject.toml') }}
# restore-keys: |
# ${{ runner.os }}-pip-

# - name: Install dependencies
# run: |
# pip install -r requirements.txt
# pip install black ruff pylint uvicorn pytest

code-quality:
needs: setup-and-dependencies
Expand Down
46 changes: 0 additions & 46 deletions .github/workflows/unittest.yml

This file was deleted.

0 comments on commit c0accee

Please sign in to comment.