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

Fix errors reported in Git Actions for code-quality and test workflows #643

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jun 25, 2024

  1. ci: 💚 Pin Python version to 3.10.14 in GitHub Actions workflows

    Pin the Python version used in GitHub Actions for both code-quality-main.yaml and code-quality-pr.yaml workflows to prevent compatibility errors with default Python 3.12.
    qychen2001 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    a6799c2 View commit details
    Browse the repository at this point in the history
  2. ci: 💚 Install numpy<2.0.0 to ensure compatibility with other packages

    Installing numpy version less than 2.0.0 in the GitHub Actions test workflow to prevent potential compatibility issues with other dependencies specified in requirements.txt.
    qychen2001 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9dae333 View commit details
    Browse the repository at this point in the history