Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: switch to Github #1

Merged
merged 13 commits into from
Jan 17, 2024
Merged

CI: switch to Github #1

merged 13 commits into from
Jan 17, 2024

Conversation

hagenw
Copy link
Member

@hagenw hagenw commented Jan 17, 2024

Adjusts the CI pipeline to Github by:

  • adding an Action to run tests for Python 3.9, 3.10, 3.11 (.github/workflows/test.yml)
  • adding an Action to test building the docs on Python 3.10 (.github/workflows/doc.yml)
  • adding an Action to check for correct code formatting (.github/workflows/linter.yml)
  • adding an Action to publish the Python package to PyPI (.github/workflows/publish.yml)
  • updating CONTRIBUTING.rst to reflect the new URL of the repository and removing leftover discussions of C++ related stuff
  • replacing testdata by emodb in the tests
  • updating the docstring of auglib.Augment to use emodb instead of testdata

The CI jobs do also cache the data we load with audb so we do not need to load it every time from our public Artifactory server, see https://github.com/audeering/auglib/actions/caches

Copy link
Contributor

@audeerington audeerington left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@hagenw hagenw merged commit 7a5e244 into main Jan 17, 2024
5 checks passed
@hagenw hagenw deleted the switch-to-github branch January 17, 2024 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants