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 505afb6 commit 7fa2e24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testing_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
if: startsWith(matrix.os, 'windows') != true
run: |
conda install --yes pythonocc-core
python3 -m pip install --upgrade pip
python3 -m pip install smithers[vtk]
python3 -m pip install .[test]
python -m pip install --upgrade pip
python -m pip install smithers[vtk]
python -m pip install .[test]
- name: Install Python dependencies on Windows
if: startsWith(matrix.os, 'windows')
Expand All @@ -53,4 +53,4 @@ jobs:

- name: Test with pytest on Linux/MacOS
if: startsWith(matrix.os, 'windows') != true
run: python3 -m pytest
run: python -m pytest

0 comments on commit 7fa2e24

Please sign in to comment.