Skip to content

Commit

Permalink
Fixing ovito check in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrunnels committed Nov 30, 2023
1 parent 4fc06bf commit 58d7903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: installing ovito with pip
run: sudo python3 -m pip install ovito
- name: check ovito install
run: python3 -s "import ovito"
run: python3 -c "import ovito"
- name: package add-on
run: make
- name: install blender plugin - first time just installing ovito
Expand All @@ -32,7 +32,7 @@ jobs:
- name: installing ovito with pip
run: sudo python3.8 -m pip install ovito
- name: check ovito install
run: python3.8 -s "import ovito"
run: python3.8 -c "import ovito"
- name: package add-on
run: make
- name: install blender plugin - first time just installing ovito
Expand Down

0 comments on commit 58d7903

Please sign in to comment.