File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Pre-Commit Build Artifacts
2
2
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.
4
4
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.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Can be installed via `pip`: `pip install codeflare-sdk`
21
21
### Prerequisites
22
22
23
23
We recommend using Python 3.9 for development.
24
- Install dependencies: ` poetry install `
24
+ Install dependencies: ` poetry install `
25
25
This will install standard requirements as specified in the poetry.lock file. Test and docs dependencies are optional.
26
26
27
27
To include test dependencies run: ` poetry install --with test `
Original file line number Diff line number Diff line change @@ -43,4 +43,3 @@ optional = true
43
43
pytest = " 7.4.0"
44
44
coverage = " 7.2.7"
45
45
pytest-mock = " 3.11.1"
46
- executing = " 1.2.0"
You can’t perform that action at this time.
0 commit comments