Compare commits

...

1 Commits

Author SHA1 Message Date
e48cb1cafd Weirdly using an older version 2023-08-29 10:33:36 -04:00

View File

@ -27,6 +27,7 @@ jobs:
git config --global --add safe.directory '*'
git fetch && git checkout ${{ github.sha }}
pip install -e .[testing,test_trackers] -U
pip install transformers -U
pip install pytest-reportlog tabulate
- name: Run CLI tests
@ -66,6 +67,7 @@ jobs:
git config --global --add safe.directory '*'
git fetch && git checkout ${{ github.sha }}
pip install -e .[testing,test_trackers] -U
pip install transformers -U
pip install pytest-reportlog tabulate
- name: Run test on GPUs