-
Notifications
You must be signed in to change notification settings - Fork 9
CI unit test workflow fails #756
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
Comments
Seems related to: |
As the logs show, this uses a released version of Python 3.11.0
|
Can workflow change the Python version for this step? apstools/.github/workflows/unit_tests.yml Line 45 in 51d9f04
Latest release is |
If still a problem, then: - uses: actions/setup-python@v4
with:
python-version: '3.10' |
Any fix for the problem (when using Python 3.11) must come from upstream. |
With the workflow action change (19bbdc7), no error with that workflow step. |
Add Py3.11 to CI testing and supported versions. Note no CI testing with Python 3.11 (3.11.0 is now released). apstools/.github/workflows/unit_tests.yml Line 81 in 51d9f04
Lines 62 to 64 in 51d9f04
|
Fails during Install & cache databroker catalogs step:
The text was updated successfully, but these errors were encountered: