Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 27, 2023
1 parent 4540f9b commit 9bcc97d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true


env:
FORCE_COLOR: 3
PROJECT_NAME: 'caustics'
PROJECT_NAME: "caustics"

jobs:
build:
Expand Down Expand Up @@ -54,7 +53,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest pytest-cov torch wheel
# We only want to install this on one run, because otherwise we'll have
# duplicate annotations.
- name: Install error reporter
Expand Down

0 comments on commit 9bcc97d

Please sign in to comment.