Skip to content

Commit

Permalink
build: Add pip 23.2.1 to the GitHub Actions workflow matrix
Browse files Browse the repository at this point in the history
As of Open edX Quince/Tutor 17, the Tutor Dockerfile installs
pip 23.2.1. Update the GitHub Actions workflow matrix to ensure that
our dependencies don't break with that pip version.
  • Loading branch information
fghaas committed Dec 20, 2023
1 parent d9ae224 commit 3ab3273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
pip-version:
- 22.0.4
- 23.0.1
- 23.2.1

steps:
- name: Check out code
Expand Down

0 comments on commit 3ab3273

Please sign in to comment.