Skip to content

Commit 3b203b2

Browse files
authored
Install Numpy on AOT test (#838)
1 parent 2cc6980 commit 3b203b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/aot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
python-version: ${{ matrix.python-version }}
3434
architecture: ${{ matrix.architecture }}
3535
- run: python --version
36+
- run: python -m pip install --user numpy
3637
- name: Setup julia
3738
uses: julia-actions/setup-julia@v1
3839
with:

0 commit comments

Comments
 (0)