Skip to content

Commit cf6a33b

Browse files
Merge main into AT-14951-migrate_to_ruff to pick up tox-gh-actions CI fix (#305)
2 parents 933d2f3 + 62e8e85 commit cf6a33b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Install dependencies
24-
run: python -m pip install --upgrade "tox>=4.0.9,<5" build
24+
run: python -m pip install --upgrade "tox>=4.0.9,<5" tox-gh-actions build
2525
- name: Build to generate the version file
2626
run: python3 -m build
2727
- name: Test with Tox

0 commit comments

Comments
 (0)