Skip to content

Commit 78bb3bb

Browse files
author
Alexander Refsum Jensenius
committed
fix build
1 parent afdaea6 commit 78bb3bb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,19 @@ jobs:
4343
uses: FedericoCarboni/setup-ffmpeg@v3
4444
id: setup-ffmpeg
4545

46-
- name: Install Python dependencies
46+
- name: Upgrade pip
4747
run: |
4848
python -m pip install --upgrade pip
49+
50+
- name: Install Python dependencies
51+
run: |
4952
python -m pip install numpy scipy matplotlib opencv-python
5053
5154
- name: Install musicalgestures
5255
run: |
5356
python -m pip install musicalgestures
57+
continue-on-error: false
5458

5559
- name: Test basic import
5660
run: |
57-
python -c "import musicalgestures; print('MGT-python import successful')"
61+
python -c "import musicalgestures; print('MGT-python import successful on ${{ matrix.os }} Python ${{ matrix.python-version }}')"

0 commit comments

Comments
 (0)