Skip to content

Commit

Permalink
Update config/config-package.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Howitz <[email protected]>
  • Loading branch information
dataflake and icemac authored Sep 17, 2024
1 parent e1cb224 commit cc25c7e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/config-package.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,8 +492,9 @@ def tests_yml(self):
gha_test_commands = self.gh_option('test-commands')
require_cffi = self.meta_cfg.get(
'c-code', {}).get('require-cffi', False)
py_version_matrix = [x for x in zip(supported_python_versions(False),
supported_python_versions(True))]
py_version_matrix = [
x for x in zip(supported_python_versions(short_version=False),
supported_python_versions(short_version=True))]
self.copy_with_meta(
'tests.yml.j2',
workflows / 'tests.yml',
Expand Down

0 comments on commit cc25c7e

Please sign in to comment.