Skip to content

Commit 29fa6b5

Browse files
blink1073NoahStapp
andauthored
Update .github/workflows/test-python.yml
Co-authored-by: Noah Stapp <[email protected]>
1 parent 6830c2a commit 29fa6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Install dependencies
8181
run: |
8282
if [[ "${{ matrix.python-version }}" == "3.13t" ]]; then
83-
# Hatch can't be installed on 3.13t, use pytest directly.
83+
# Just can't be installed on 3.13t, use pytest directly.
8484
pip install .
8585
pip install -r requirements/test.txt
8686
else

0 commit comments

Comments
 (0)