Skip to content

Commit 7d35b36

Browse files
committed
fixing failing pre-commit check
1 parent a0ea23c commit 7d35b36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/build/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Pre-Commit Build Artifacts
22

3-
This directory contains the artifacts required to build the codeflare-sdk pre-commit image.
3+
This directory contains the artifacts required to build the codeflare-sdk pre-commit image.
44

5-
To build the image run `podman build -f .github/build/Containerfile .` from the root directory.
5+
To build the image run `podman build -f .github/build/Containerfile .` from the root directory.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Can be installed via `pip`: `pip install codeflare-sdk`
2222
### Prerequisites
2323

2424
We recommend using Python 3.9 for development.
25-
Install dependencies: `poetry install`
25+
Install dependencies: `poetry install`
2626
This will install standard requirements as specified in the poetry.lock file. Test and docs dependencies are optional.
2727

2828
To include test dependencies run: `poetry install --with test`

0 commit comments

Comments
 (0)