Skip to content

Commit 79b4309

Browse files
committed
doc: change test to tests in docs
1 parent 7e6880c commit 79b4309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/getting-started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ Here is how you can write a block of code in the documentation. You can use the
3939
4040
# Create a new environment, without build dependencies (pure Python package)
4141
conda create -n <package_name>-env python=3.13 \
42-
--file requirements/test.txt \
42+
--file requirements/tests.txt \
4343
--file requirements/conda.txt
4444
4545
# Create a new environment, with build dependencies (non-pure Python package)
4646
conda create -n <package_name>-env python=3.13 \
47-
--file requirements/test.txt \
47+
--file requirements/tests.txt \
4848
--file requirements/conda.txt \
4949
--file requirements/build.txt
5050

0 commit comments

Comments
 (0)