-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor GitHub workflows for better efficiency The commit refactors GitHub workflows `unit_tests.yml`, `type_checking.yml` and `container_build.yml`. The changes simplify the process of checking for python file changes, by leveraging GitHub's paths filters for pull_request events. This results in cleaner and more maintainable workflow files. In addition, the 'workflow_dispatch' event was removed from the `container_build.yml` workflow. This is due to it being unnecessary, as the build is triggered by push events. * Remove testing limit on python files, caused collision with test pass requirement * Update README.md * COMO will now use the 'async_bioservices' package instead of maintaining its own * Optimize code by migrating from async_bioservices to db2db for async operations Replaced all instances of async_bioservices, and its associated methods, with db2db in all source files in the main directory to optimize code for better asynchronous database operations. This update improves performance and reduces complexity by utilizing a single method (db2db) for all asynchronous operations, making it easier to manage and maintain. The async/await syntax has been employed to handle asynchronous calls, enhancing code readability and maintainability. * Update tests environment.yaml
- Loading branch information
1 parent
4f823a3
commit d2eaf58
Showing
14 changed files
with
172 additions
and
639 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.