remove time info from saved files (checkpoints and confusion matrix),… #233
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run black | |
on: | |
- fork | |
- pull_request | |
- push | |
jobs: | |
formatting: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
lfs: true # large file storage | |
- uses: psf/black@stable | |
with: | |
options: "--check --verbose" | |
jupyter: false | |
version: "~=23.10.1" |