Skip to content

Commit

Permalink
do code gen with np2
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Apr 25, 2024
1 parent ff329d9 commit 6c8c8d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_code_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
--file requirements-dev.txt
--channel conda-forge
# - name: Install nightly version of numpy
# run: |
# python -m pip install --pre --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --extra-index-url https://pypi.org/simple numpy -U
- name: Install nightly version of numpy
run: |
python -m pip install --pre --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --extra-index-url https://pypi.org/simple numpy scipy -U
- name: Test Code Generation
run: >
Expand Down

0 comments on commit 6c8c8d6

Please sign in to comment.