From f8e5c2b3206036e4a3de082b79d2d2aeb603ec4a Mon Sep 17 00:00:00 2001 From: Tryndaron Date: Wed, 3 Apr 2024 11:25:00 +0200 Subject: [PATCH] hf token destination changed --- .github/workflows/pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index d2ef0fd..bf8d16c 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -34,6 +34,6 @@ jobs: - name: Run pytest run: | - echo "${{ secrets.HF_TOKEN }}" >> scraibe/.pyannotetoken + echo "${{ secrets.HF_TOKEN }}" >> /opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/scraibe/.pyannotetoken pytest \ No newline at end of file