Unverified Commit c7a3b2ed authored by Anton Lozhkov's avatar Anton Lozhkov Committed by GitHub
Browse files

Fix GPU tests (token + single-process) (#294)

parent b64c5227
......@@ -46,5 +46,7 @@ jobs:
python utils/print_env.py
- name: Run all (incl. slow) tests on GPU
env:
HF_API_TOKEN: ${{ secrets.HF_API_TOKEN }}
run: |
python -m pytest -n 2 --max-worker-restart=0 --dist=loadfile -s tests/
python -m pytest -n 1 --max-worker-restart=0 --dist=loadfile -s tests/
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