Skip to content

Commit a41f8ae

Browse files
committed
PYTHON-4450 Fix hatch install for 3.13t try 2
1 parent 2cb52e2 commit a41f8ae

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
@@ -72,7 +72,7 @@ jobs:
7272
- name: Install dependencies
7373
run: |
7474
pip install -U pip
75-
if [ "${{ matrix.python-version }}" == "3.13" || "${{ matrix.python-version }}" == "3.13t" ]; then
75+
if [[ "${{ matrix.python-version }}" == "3.13" || "${{ matrix.python-version }}" == "3.13t" ]]; then
7676
pip install --pre cffi setuptools
7777
pip install --no-build-isolation hatch
7878
else

0 commit comments

Comments
 (0)