Skip to content

Commit

Permalink
hacky comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-Therrien-Beslogic committed Nov 19, 2024
1 parent 440229a commit ac208ea
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/canopeum_backend_pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
cache-dependency-glob: "canopeum_backend/uv.lock"
- run: uv sync --locked --extra dev
- name: Run Django Tests
run: uv run manage.py test
Expand All @@ -48,29 +48,29 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
cache-dependency-glob: "canopeum_backend/uv.lock"
- run: uv sync --locked --extra dev
- run: uv run mypy . --python-version=3.12

pyright:
runs-on: ubuntu-latest
defaults:
run:
working-directory: canopeum_backend
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v3
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
- run: uv sync --locked --extra dev
- run: echo "$PWD/.venv/bin" >> $GITHUB_PATH
- uses: jakebailey/pyright-action@v2
with:
version: PATH
python-version: "3.12"
working-directory: canopeum_backend
# pyright:
# runs-on: ubuntu-latest
# defaults:
# run:
# working-directory: canopeum_backend
# steps:
# - uses: actions/checkout@v4
# - name: Install uv
# uses: astral-sh/setup-uv@v3
# with:
# enable-cache: true
# cache-dependency-glob: "canopeum_backend/uv.lock"
# - run: uv sync --locked --extra dev
# - run: echo "$PWD/.venv/bin" >> $GITHUB_PATH
# - uses: jakebailey/pyright-action@v2
# with:
# version: PATH
# python-version: "3.12"
# working-directory: canopeum_backend

Ruff:
runs-on: unbuntu-latest
Expand Down

0 comments on commit ac208ea

Please sign in to comment.