diff --git a/.gitea/workflows/python-package.yaml b/.gitea/workflows/python-package.yaml index 47e9240..edfb970 100644 --- a/.gitea/workflows/python-package.yaml +++ b/.gitea/workflows/python-package.yaml @@ -18,10 +18,6 @@ jobs: image: python:3 runs-on: ubuntu-latest steps: - - name: Setting up Python ${{ env.PYTHON_VERSION }} for ${{runner.arch}} ${{runner.os}} - uses: actions/setup-python@v5 - with: - python-version: ${{ env.PYTHON_VERSION }} - name: Installing Python Dependencies run: python3 -m pip install --upgrade pip setuptools wheel build twine pytest - name: Check out repository code @@ -36,10 +32,6 @@ jobs: runs-on: ubuntu-latest needs: [test] steps: - - name: Setting up Python ${{ env.PYTHON_VERSION }} for ${{runner.arch}} ${{runner.os}} - uses: actions/setup-python@v5 - with: - python-version: ${{ env.PYTHON_VERSION }} - name: Installing Python Dependencies run: python3 -m pip install --upgrade pip setuptools wheel build twine pytest - name: Check out repository code