Skip to content

Commit

Permalink
try installing numpy first
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Nov 7, 2022
1 parent 005fb18 commit 0ba07d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Expand Up @@ -68,6 +68,7 @@ jobs:
shell: bash -l {0}
run: |
python${{ matrix.python-version }} -m pip install --upgrade pip pip-tools
python${{ matrix.python-version }} -m pip install --user `grep numpy ${{ matrix.package }}/requirements/${{ matrix.os }}_py${{ matrix.python-version }}_extras.txt`
python${{ matrix.python-version }} -m piptools sync --user ${{ matrix.package }}/requirements/${{ matrix.os }}_py${{ matrix.python-version }}_extras.txt
- name: Install editable emmet-core if needed
Expand Down

0 comments on commit 0ba07d8

Please sign in to comment.