Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac authored Apr 11, 2024
1 parent 4b5b69c commit 930b878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/c-code/tests.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ jobs:
unzip -n dist/%(package_name)s-*whl -d src
# Use "--pre" here because dependencies with support for this future
# Python release may only be available as pre-releases
txt pip install --pre -U -e .[test]
pip install --pre -U -e .[test]
{% endif %}
- name: Install %(package_name)s
{% if with_future_python %}
Expand Down

0 comments on commit 930b878

Please sign in to comment.