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