LimeDriverBindings/.github/workflows
Kumi 41bf2603d8
Refactor CI setup for Python 3.10
Upgraded the GitHub Actions workflow to explicitly set up Python 3.10.
Simplified the installation process by using pip to upgrade and install
necessary Python packages such as h5py, setuptools, wheel, and build,
rather than installing individual Python and pip packages via apt-get.
This ensures a more standardized and up-to-date environment for CI
processes. Removed explicit python3 references in favor of the
actions/setup-python environment, aligning with the GitHub Actions best
practices.
2024-02-09 13:05:36 +01:00
..
python-package-ubuntu.yml Refactor CI setup for Python 3.10 2024-02-09 13:05:36 +01:00
python-package.yml Add GitHub workflow for Ubuntu build; remove 2024-02-09 12:53:59 +01:00