6
0
This commit is contained in:
Jon Michael Aanes 2024-03-30 14:24:04 +01:00
parent 421e9807e6
commit 1930cca6b8
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -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