This commit is contained in:
Tryndaron
2024-03-28 11:23:40 +01:00
parent ab54afdab7
commit 72107a6146
+3 -3
View File
@@ -24,9 +24,9 @@ jobs:
run: python -m pip install --upgrade pip run: python -m pip install --upgrade pip
pip install -r requirements.txt pip install -r requirements.txt
- name: Set up Hugging Face Token
- name: Run pytest
env: env:
hf_token: ${{ secrets.HF_TOKEN }} hf_token: ${{ secrets.HF_TOKEN }}
- name: Run Pytest
run: pytest run: pytest