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 version bumps, deps factor #225

Merged
merged 3 commits into from
Sep 23, 2024
Merged

CI version bumps, deps factor #225

merged 3 commits into from
Sep 23, 2024

Conversation

ryan-williams
Copy link
Member

@ryan-williams ryan-williams commented Sep 23, 2024

requirements-py3.8-lint.txt repeated all the deps from requirements-py3.8.txt; here I've removed those common deps from the former, and install/cache based on both files in GHA. This was motivated by dropping Python 3.8 (#224), where I wanted to audit (and upgrade pins for) the lint-only deps.

Also bumped:

  • actions/checkout: v3v4
  • actions/setup-python: v4v5

single-cell-data/TileDB-SOMA#2141
sc-41048

@ryan-williams ryan-williams marked this pull request as ready for review September 23, 2024 15:12
run: |
pip install -r python-spec/requirements-py${{ env.PYTHON_VERSION }}-lint.txt
working-directory: python-spec
run: pip install -r requirements-py${PYTHON_VERSION}.txt -r requirements-py${PYTHON_VERSION}-lint.txt
Copy link
Member Author

Choose a reason for hiding this comment

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

#224 also makes this change, either one can be merged first

@ryan-williams ryan-williams merged commit 948754c into main Sep 23, 2024
7 checks passed
@ryan-williams ryan-williams deleted the rw/gha branch September 23, 2024 19:59
@johnkerl
Copy link
Member

See also single-cell-data/TileDB-SOMA#2141

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