We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7dd338 commit 83b8b01Copy full SHA for 83b8b01
1 file changed
.github/workflows/ci.yml
@@ -11,7 +11,6 @@ on:
11
12
env:
13
HF_ALLOW_CODE_EVAL: 1
14
- CI_HEADERS: ${{ secrets.CI_HEADERS }}
15
16
jobs:
17
@@ -55,11 +54,17 @@ jobs:
55
54
run: |
56
pip install .[tests]
57
pip install -r additional-tests-requirements.txt --no-deps
+ env:
58
+ CI_HEADERS: ${{ secrets.CI_HEADERS }}
59
- name: Test with pytest
60
if: ${{ matrix.test == 'unit' }}
61
62
python -m pytest -n 2 --dist loadfile -sv ./tests/ --ignore=./tests/test_trainer_evaluator_parity.py
63
64
65
- name: Integration test with transformers
66
if: ${{ matrix.test == 'parity' }}
67
68
python -m pytest -n 2 --dist loadfile -sv ./tests/test_trainer_evaluator_parity.py
69
70
0 commit comments