Skip to content

Commit 2e77e4a

Browse files
authored
Fix: rename requirements (#379)
1 parent d56d386 commit 2e77e4a

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/workflows/nvidia_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
shell: bash
4242
run: |
4343
pip install --upgrade pip
44-
pip install -r "requirements.txt"
44+
pip install -r "requirements-dev.txt"
4545
pip install -e .
4646
4747

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The key idea is that we're using Github Actions as a job scheduling engine and p
4444
> [!IMPORTANT]
4545
> Python 3.11 or higher is required.
4646
47-
After, install the dependencies with `pip install -r requirements.txt`.
47+
After, install the dependencies with `pip install -r requirements-dev.txt`.
4848

4949
### Setup Discord Bot
5050

docker/amd-docker.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ RUN cd /tmp \
118118

119119

120120
ENV ROCSHMEM_INSTALL_DIR=${ROCSHMEM_INSTALL_DIR}
121-
ENV LD_LIBRARY_PATH="${ROCSHMEM_INSTALL_DIR}/lib:${LD_LIBRARY_PATH}"
121+
ENV LD_LIBRARY_PATH="${ROCSHMEM_INSTALL_DIR}/lib:${LD_LIBRARY_PATH}"
File renamed without changes.

0 commit comments

Comments
 (0)