Skip to content

Commit

Permalink
Merge pull request #1308 from pnasrat/fix-numpy-e2e-test
Browse files Browse the repository at this point in the history
melange numpy test include python-3.12
  • Loading branch information
imjasonh authored Jun 18, 2024
2 parents 2d593f1 + 064ae54 commit 9eaf564
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 9eaf564

Please sign in to comment.