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