diff --git a/.gitea/workflows/run_tests.yaml b/.gitea/workflows/run_tests.yaml index cb953de1..f3bdb3d0 100644 --- a/.gitea/workflows/run_tests.yaml +++ b/.gitea/workflows/run_tests.yaml @@ -28,7 +28,7 @@ jobs: - name: create venv run: python -m venv venv - name: install sentencepiece - run: curl https://github.com/google/sentencepiece/releases/download/v0.2.0/sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -o sentencepiece.whl && venv/bin/pip3 install sentencepiece.whl + run: curl https://github.com/google/sentencepiece/releases/download/v0.2.0/sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -o sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl && venv/bin/pip3 install sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - name: Cache models id: cache-models uses: actions/cache@v3