Expand Ubuntu workflow setup with venv and Python

alias

Enhanced the GitHub Actions workflow for the Ubuntu environment by
including python3-venv to facilitate virtual environment management.
Additionally, established python-is-python3 to standardize the Python
command, ensuring consistency and avoiding potential versioning issues
across different setups.
This commit is contained in:
Kumi 2024-02-09 12:57:41 +01:00
parent df2341f08d
commit 5ccb4e080b
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install -y python3 python3-pip libhdf5-dev limesuite python3-setuptools automake gcc pkg-config build-essential python3-build
sudo apt-get install -y python3 python3-pip libhdf5-dev limesuite python3-setuptools automake gcc pkg-config build-essential python3-build python3-venv python-is-python3
- name: Build the package
run: |