Skip to content

Commit

Permalink
Merge branch 'master' into re-191/branch-protection
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Apr 15, 2024
2 parents 4d3c7df + 612c13e commit 899fc87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/c-code/tests.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ jobs:
if: matrix.python-version == '%(future_python_version)s'
run: |
pip install -U pip
pip install -U setuptools wheel twine cffi
pip install -U setuptools wheel twine
{% endif %}
- name: Install Build Dependencies
{% if with_future_python %}
if: matrix.python-version != '%(future_python_version)s'
{% endif %}
run: |
pip install -U pip
pip install -U setuptools wheel twine cffi
pip install -U setuptools wheel twine
{% if gha_additional_build_dependencies %}
{% for line in gha_additional_build_dependencies %}
pip install -U %(line)s
Expand Down

0 comments on commit 899fc87

Please sign in to comment.