Skip to content

Commit fac871a

Browse files
committed
Fix env
1 parent 251eacf commit fac871a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Run doctests
5151
env:
5252
# Avoids NumPy scalar reprs in docstrings.
53-
PANDAS_FUTURE_PYTHON_SCALARS="1"
53+
PANDAS_FUTURE_PYTHON_SCALARS: "1"
5454
run: |
5555
pixi run \
5656
--environment doctests \

0 commit comments

Comments
 (0)