Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
strategy:
matrix:
python: ["3.9", "3.13"]
env:
HF_TOKEN: ${{ secrets.NM_HF_TOKEN }}
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down
1 change: 0 additions & 1 deletion tests/integration/convert/test_eagle.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ def test_conversion_with_explicit_features(
logger.success("Explicit feature override successful")

@pytest.mark.smoke
@pytest.mark.skip("Missing Llama HF Token")
@pytest.mark.parametrize("validate", [True, False])
def test_validation_flag(
self, converter, base_model, temp_dir, temp_cache_dir, validate
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ commands =

[testenv:test-integration]
description = Run integration tests
passenv = HF_TOKEN
deps =
.[dev]
commands =
Expand Down
Loading