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: ...@@ -19,8 +19,6 @@ jobs:
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: "3.8.12" python-version: "3.8.12"
cache: "pip"
cache-dependency-path: pyproject.toml
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install isort black pip install isort black
...@@ -30,4 +28,4 @@ jobs: ...@@ -30,4 +28,4 @@ jobs:
run: black docs/ nerfacc/ scripts/ examples/ tests/ --exclude examples/pycolmap --line-length 80 --check run: black docs/ nerfacc/ scripts/ examples/ tests/ --exclude examples/pycolmap --line-length 80 --check
# - name: Python Pylint # - name: Python Pylint
# run: | # run: |
# pylint nerfacc/ tests/ scripts/ examples/ # pylint nerfacc/ tests/ scripts/ examples/
\ No newline at end of file
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