Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

G-D-Petrov
Copy link
Collaborator

@G-D-Petrov G-D-Petrov commented Sep 8, 2025

Reference Issues/PRs

What does this implement or fix?

Any other comments?

Checklist

Checklist for code changes...
  • Have you updated the relevant docstrings, documentation and copyright notice?
  • Is this contribution tested against all ArcticDB's features?
  • Do all exceptions introduced raise appropriate error messages?
  • Are API changes highlighted in the PR description?
  • Is the PR labelled as enhancement or bug so it appears in autogenerated release notes?

@G-D-Petrov G-D-Petrov added patch Small change, should increase patch version no-release-notes This PR shouldn't be added to release notes. labels Sep 8, 2025
@G-D-Petrov G-D-Petrov changed the title Upgrade node version in CI to 20 Upgrade node version in CI to 24 Sep 10, 2025
return p
except AssertionError:
except AssertionError as ex:
print(repr(ex))
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe use a logger.error() instead of printing to stdout?

python -m pip install --force-reinstall --retries 3 --timeout 500 -r $GITHUB_WORKSPACE/build_tooling/${{matrix.python_deps}}
fi
python -m pip uninstall -y pytest-cpp || true # No longer works on 3.6
# Downgrade to urllib3 1.23 to avoid breaking changes that affect azurite
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this a leftover comment? Or we are somewhere explicitly downgrading?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yeah it was a leftover, removed

@G-D-Petrov G-D-Petrov merged commit 68603dc into master Sep 10, 2025
139 of 144 checks passed
@G-D-Petrov G-D-Petrov deleted the gpetrov/try_upgrading_node_version branch September 10, 2025 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-release-notes This PR shouldn't be added to release notes. patch Small change, should increase patch version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants