We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c00111 commit 14936beCopy full SHA for 14936be
.circleci/config.yml
@@ -68,7 +68,7 @@ jobs:
68
name: Install dependencies and Check compatibility
69
command: |
70
if [ "$REQUIREMENTS_CHANGED" == "true" ]; then
71
- python -m pip install ".[dev,cli]" --dry-run --python-version --no-deps << parameters.python.version >>
+ python -m pip install ".[dev,cli]" --dry-run --python-version --no-deps << parameters.python_version >>
72
else
73
echo "Skipping compatibility checks..."
74
fi
0 commit comments