Skip to content

Commit

Permalink
Fix tests again...
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe Morin <[email protected]>
  • Loading branch information
JeanChristopheMorinPerso committed Jun 3, 2023
1 parent 057d018 commit 1980eae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
needs: ['wheels']
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version: ['3.10']
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
Expand All @@ -109,7 +110,7 @@ jobs:
path: wheels

- name: Install wheel
run: python -m pip install --find-links wheels --no-index
run: python -m pip install MaterialX --find-links wheels --no-index

- name: Python tests
run: |
Expand Down

0 comments on commit 1980eae

Please sign in to comment.