This commit is contained in:
Tryndaron
2024-04-03 14:23:46 +02:00
parent 45ae587e9e
commit ea8e97348c
+3
View File
@@ -23,6 +23,8 @@ jobs:
- name: Install Dependencies - name: Install Dependencies
run: | run: |
sudo apt update && sudo apt upgrade
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -r requirements.txt pip install -r requirements.txt
pip install . pip install .
@@ -32,6 +34,7 @@ jobs:
- name: Run pytest - name: Run pytest
env: env:
HF_TOKEN : ${{ secrets.HF_TOKEN }} HF_TOKEN : ${{ secrets.HF_TOKEN }}