Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
9bb7f101
Unverified
Commit
9bb7f101
authored
Jan 09, 2026
by
Dmitry Tokarev
Committed by
GitHub
Jan 09, 2026
Browse files
fix: pass HF token to pytest container (#5326)
Signed-off-by:
Dmitry Tokarev
<
dtokarev@nvidia.com
>
parent
5cd8005c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
.github/actions/pytest/action.yml
.github/actions/pytest/action.yml
+1
-0
No files found.
.github/actions/pytest/action.yml
View file @
9bb7f101
...
@@ -142,6 +142,7 @@ runs:
...
@@ -142,6 +142,7 @@ runs:
docker run ${GPU_FLAGS} --rm -w /workspace \
docker run ${GPU_FLAGS} --rm -w /workspace \
--cpus=${NUM_CPUS} \
--cpus=${NUM_CPUS} \
--network host \
--network host \
--env HF_TOKEN="${HF_TOKEN}" \
--name ${{ env.CONTAINER_ID }}_pytest \
--name ${{ env.CONTAINER_ID }}_pytest \
-v "${TEST_RESULTS_DIR}:/workspace/test-results" \
-v "${TEST_RESULTS_DIR}:/workspace/test-results" \
${{ inputs.image_tag }} \
${{ inputs.image_tag }} \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment