Commit 14d23037 authored by Muyang Li's avatar Muyang Li
Browse files

chore: remove the tokens

parent 6f345a52
......@@ -115,8 +115,8 @@ jobs:
conda activate test_env || { echo "Failed to activate conda env"; exit 1; }
which python
echo $NUNCHAKU_TEST_CACHE_ROOT
HF_TOKEN=${{ secrets.HF_TOKEN }} pytest -v tests/flux/test_flux_examples.py
HF_TOKEN=${{ secrets.HF_TOKEN }} python .github/workflows/run_all_tests.py
pytest -v tests/flux/test_flux_examples.py
python .github/workflows/run_all_tests.py
- name: clean up
if: always()
run: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment