Skip to content

Commit

Permalink
Restore workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbenayoun committed Jul 19, 2024
1 parent 0a463a6 commit ba79b3f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test_trainium_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ jobs:
run: |
source aws_neuron_venv_pytorch/bin/activate
HF_TOKEN=${{ secrets.HF_TOKEN_OPTIMUM_NEURON_CI }} USE_VENV="false" pytest -m "is_trainium_test" $TESTS_TO_IGNORE_FLAGS tests --collect-only
- name: Run tests on Neuron cores
run: |
source aws_neuron_venv_pytorch/bin/activate
HF_TOKEN=${{ secrets.HF_TOKEN_OPTIMUM_NEURON_CI }} USE_VENV="false" pytest -m "is_trainium_test" tests/cli/test_neuron_cache_cli.py --durations=0 -v
- name: Run tests on Neuron cores
run: |
source aws_neuron_venv_pytorch/bin/activate
Expand Down

0 comments on commit ba79b3f

Please sign in to comment.