Unverified Commit cf7ebaf1 authored by Ruilong Li(李瑞龙)'s avatar Ruilong Li(李瑞龙) Committed by GitHub
Browse files

Update code_checks.yml

parent 59c88c62
......@@ -19,8 +19,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.8.12"
cache: "pip"
cache-dependency-path: pyproject.toml
- name: Install dependencies
run: |
pip install isort black
......@@ -30,4 +28,4 @@ jobs:
run: black docs/ nerfacc/ scripts/ examples/ tests/ --exclude examples/pycolmap --line-length 80 --check
# - name: Python Pylint
# run: |
# pylint nerfacc/ tests/ scripts/ examples/
\ No newline at end of file
# pylint nerfacc/ tests/ scripts/ examples/
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment