Commit graph

17 commits

Author SHA1 Message Date
Kumi 51fc0a393d
Update python-package.yml 2024-06-02 07:22:28 +02:00
Kumi aaa68e6973
Removed redundant Ubuntu-specific build workflow;
updated pip install flag

The project's CI configuration experienced two main updates:
- The Ubuntu-specific Python package build workflow was entirely
removed, likely due to standardization across different environments or
redundancy with other existing workflows.
- Python package installation in the main workflow was amended to
include the `--break-system-packages` pip flag, which indicates a shift
in handling dependencies that may conflict with system packages.

These changes may streamline the CI/CD process and address dependency
conflicts during package installation.
2024-02-10 16:36:18 +01:00
Kumi 853457de78
Updated CI and package import system
Refactored the CI workflows to include package installation and import
testing. Ensured package is importable after installation by creating a
new '__main__.py' module to check imports. This adds an extra validation
step to the CI process, catching potential import issues early. Import
statements in '__init__.py' have also been updated to use 'as' for
clarity and namespace control.
2024-02-10 16:32:58 +01:00
Kumi d13645c3a5
Add GitHub workflow for Ubuntu build; remove
token, update submodule

Introduced a new GitHub Actions workflow to automate Python package
builds on Ubuntu environments upon push or pull request events. This
addition ensures the compatibility of the package on the Ubuntu platform
and streamlines the continuous integration process.

Updated the limedriver submodule to the latest commit, keeping the
project in sync with recent upstream changes and maintaining the
integrity of external dependencies.
2024-02-09 12:53:59 +01:00
Kumi f47614763b
Update python-package.yml 2024-02-08 15:49:27 +01:00
Kumi e7dfa71ee3
Update python-package.yml 2024-02-08 15:46:22 +01:00
Kumi f7fe5ddf96
Update python-package.yml 2024-02-08 15:41:12 +01:00
Kumi 6dc4448bac
Update python-package.yml 2024-02-08 15:37:48 +01:00
Kumi 68c7539e4d
Update python-package.yml 2024-02-08 15:30:49 +01:00
Kumi 31b95cf7b8
Update python-package.yml 2024-02-08 15:26:47 +01:00
Kumi 3de2a45c8e
Update python-package.yml 2024-02-08 15:26:31 +01:00
Kumi 6fd453ff8e
Update python-package.yml 2024-02-08 15:24:47 +01:00
Kumi e8056bcf3d
Update python-package.yml 2024-02-08 15:21:25 +01:00
Kumi 4d2b00a30d
Update python-package.yml 2024-02-08 15:16:20 +01:00
Kumi 7cff57d967
Update python-package.yml 2024-02-08 15:14:17 +01:00
Kumi 338dc5667b
Update python-package.yml 2024-02-08 15:12:37 +01:00
Kumi 1de0396cbf
Create python-package.yml 2024-02-08 15:09:28 +01:00