From 72107a6146f7677ee2c6e5d103e38b780bc26dfa Mon Sep 17 00:00:00 2001 From: Tryndaron Date: Thu, 28 Mar 2024 11:23:40 +0100 Subject: [PATCH] ci datei --- .github/workflows/pytest.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 8848433..abf3a4d 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -24,9 +24,9 @@ jobs: run: python -m pip install --upgrade pip pip install -r requirements.txt - - name: Set up Hugging Face Token - env: - hf_token: ${{ secrets.HF_TOKEN }} + - - name: Run Pytest + - name: Run pytest + env: + hf_token: ${{ secrets.HF_TOKEN }} run: pytest \ No newline at end of file