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 c080c28 commit 645c0ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
channels: conda-forge, defaults
python-version: ${{ matrix.python-version }}
activate-environment: occ
activate-environment: ""

- name: Install Python dependencies on Linux/MacOS
if: startsWith(matrix.os, 'windows') != true
run: |
conda install --yes pythonocc-core
conda create -n occ python=${{ matrix.python-version }} pythonocc-core
conda activate occ
python -m pip install --upgrade pip
python -m pip install smithers[vtk]
python -m pip install .[test]
Expand Down

0 comments on commit 645c0ec

Please sign in to comment.