Skip to content

Commit 14936be

Browse files
committed
Typo
1 parent 4c00111 commit 14936be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
name: Install dependencies and Check compatibility
6969
command: |
7070
if [ "$REQUIREMENTS_CHANGED" == "true" ]; then
71-
python -m pip install ".[dev,cli]" --dry-run --python-version --no-deps << parameters.python.version >>
71+
python -m pip install ".[dev,cli]" --dry-run --python-version --no-deps << parameters.python_version >>
7272
else
7373
echo "Skipping compatibility checks..."
7474
fi

0 commit comments

Comments
 (0)