Skip to content

Commit 6c5ff1a

Browse files
[CI] fix pyenv path (#101)
1 parent 870caab commit 6c5ff1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
options: --device /dev/dri --ipc=host --runtime=nvidia --gpus all
112112
volumes:
113113
- /dev/dri/by-path:/dev/dri/by-path
114-
- /home/ci/models/pyenv:/opt/pyenv
114+
- /monster/ci/pyenv:/opt/pyenv
115115
steps:
116116
- name: Print Env
117117
run: |

0 commit comments

Comments
 (0)