Skip to content

Commit

Permalink
macos ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ikappaki committed Jul 31, 2024
1 parent 5b97c5c commit 4a01196
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
# os: [ubuntu-latest, windows-latest, macos-latest]
# os: [ubuntu-latest]
os: [windows-latest]
os: [macos-latest]
version: ['3.11']
blender: ['4.2.0']

Expand Down Expand Up @@ -67,8 +67,8 @@ jobs:
path: ~/blender
key: ${{ steps.cache-blender.outputs.cache-primary-key }}

- name: Setup headless display
uses: pyvista/setup-headless-display-action@v2
# - name: Setup headless display
# uses: pyvista/setup-headless-display-action@v2
# - name: Install EGL mesa
# if: "startsWith (matrix.os, 'ubuntu')"
# run: |
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ __pycache__/
*.py[cod]
*$py.class

.bb-tmp
dist/

\#*#
Expand Down

0 comments on commit 4a01196

Please sign in to comment.