Skip to content

Commit

Permalink
Merge branch 'main' into audit
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort authored Oct 3, 2023
2 parents 8e4627f + f38f021 commit 001dc87
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PackageTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
fail-fast: false
matrix:
slurm_version:
- 20.02.5.1
- 20.11.9.1
- 22.05.2.1
- 23.02.5.1
python_version:
- 3.8
- 3.9
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[![](https://app.codacy.com/project/badge/Grade/230da08d818542d4a4bb556880943dd5)](https://www.codacy.com/gh/pitt-crc/wrappers/dashboard?utm_source=github.com&utm_medium=referral&utm_content=pitt-crc/wrappers&utm_campaign=Badge_Grade)
[![](https://app.codacy.com/project/badge/Coverage/230da08d818542d4a4bb556880943dd5)](https://www.codacy.com/gh/pitt-crc/wrappers/dashboard?utm_source=github.com&utm_medium=referral&utm_content=pitt-crc/wrappers&utm_campaign=Badge_Coverage)
[![](https://github.com/pitt-crc/wrappers/actions/workflows/CodeQL.yml/badge.svg)](https://github.com/pitt-crc/wrappers/actions/workflows/CodeQL.yml)

Command line wrapper applications that simplify common HPC user tasks on Slurm based systems.

Expand Down
1 change: 0 additions & 1 deletion apps/crc_proposal_end.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import grp
import os
from argparse import Namespace
from datetime import datetime

from bank.account_logic import AccountServices

Expand Down
1 change: 1 addition & 0 deletions apps/crc_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from .utils.cli import BaseParser
from .utils.system_info import Shell


class CrcUsage(BaseParser):
"""Display a Slurm account's cluster usage."""

Expand Down

0 comments on commit 001dc87

Please sign in to comment.