diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index a58be81..111dd3a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -14,8 +14,6 @@ jobs: - name: Install Typst CLI run: curl -fsSL https://typst.community/typst-install/install.sh | sh -s "$TYPST_VERSION" - name: Set up Python 3 - uses: actions/setup-python@v4 - with: - python-version: '3.12' + run: apt install python3-pip - name: Run CI run: bash -c ./run-ci.sh diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index a42bff3..6d50330 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -15,9 +15,7 @@ jobs: - name: Install Typst CLI run: curl -fsSL https://typst.community/typst-install/install.sh | sh -s "$TYPST_VERSION" - name: Set up Python 3 - uses: actions/setup-python@v4 - with: - python-version: '3.12' + run: apt install python3-pip - name: Run CI run: bash -c ./run-ci.sh - name: Setup go