Skip to content

Commit

Permalink
Update testing_pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ndem0 authored Mar 6, 2025
1 parent 7fa2e24 commit 9ecb750
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testing_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
auto-update-conda: true
channels: conda-forge,defaults
python-version: ${{ matrix.python-version }}
activate-environment: occ

- name: Install Python dependencies on Linux/MacOS
if: startsWith(matrix.os, 'windows') != true
Expand All @@ -38,6 +39,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install smithers[vtk]
python -m pip install .[test]
python -c 'import OCC'
- name: Install Python dependencies on Windows
if: startsWith(matrix.os, 'windows')
Expand Down

0 comments on commit 9ecb750

Please sign in to comment.