Skip to content

Commit

Permalink
melange numpy test include python-3.12
Browse files Browse the repository at this point in the history
Needed for default python until multiversion python supported see chainguard-dev#1306

Signed-off-by: Pris Nasrat <[email protected]>
  • Loading branch information
pnasrat committed Jun 18, 2024
1 parent 55c242b commit 064ae54
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion e2e-tests/numpy-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ pipeline:

# Test python/import, and python/test pipelines
test:
environment:
# TODO(pnasrat): fix to use multiple python
contents:
packages:
- python-3.12
pipeline:
# Test import with command (python -c "import numpy")
- uses: python/test
with:
command: python -c "import numpy"
command: python3.12 -c "import numpy"
# Test import directly (python -c "import numpy")
- uses: python/import
with:
Expand Down

0 comments on commit 064ae54

Please sign in to comment.