Skip to content

Commit

Permalink
Merge pull request #764 from cordada/bugfix/ci-cd-python-deps-sync-check
Browse files Browse the repository at this point in the history
Python dependency sync check is never executed in CI/CD workflow
  • Loading branch information
jtrobles-cdd authored Jan 28, 2025
2 parents 4bebcd5 + 6cb9da3 commit 3303f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:

- name: Check that compiled Python dependency manifests are up-to-date with their sources
# FIXME: There are issues related to testing with multiple Python versions.
if: ${{ startsWith(matrix.python_version, '3.8.') }}
if: ${{ startsWith(steps.set_up_python.outputs.python-version, '3.8.') }}
run: |
source "$PYTHON_VIRTUALENV_ACTIVATE"
make python-deps-sync-check
Expand Down

0 comments on commit 3303f16

Please sign in to comment.