6
0
This commit is contained in:
Jon Michael Aanes 2023-12-12 14:04:31 +01:00
parent 0f90b9ca49
commit 8592fdde51

View File

@ -16,9 +16,9 @@ jobs:
- name: Setting up python
run: |
apt-get update
apt-get install -y python python-pip
apt-get install -y python3 python3-pip
- name: Installing dependencies
run: python -m pip install --upgrade pip setuptools wheel pytest
run: python3 -m pip install --upgrade pip setuptools wheel pytest
- name: Check out repository code
uses: actions/checkout@v3
- name: Build
@ -32,9 +32,9 @@ jobs:
- name: Setting up python
run: |
apt-get update
apt-get install -y python python-pip
apt-get install -y python3 python3-pip
- name: Installing dependencies
run: python -m pip install --upgrade pip setuptools wheel build twine
run: python3 -m pip install --upgrade pip setuptools wheel build twine
- name: Check out repository code
uses: actions/checkout@v3
- name: Build