Skip to content

Commit

Permalink
install ansys-pythonnet above main
Browse files Browse the repository at this point in the history
  • Loading branch information
klmcadams committed Feb 7, 2024
1 parent 656f074 commit 07ed937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ jobs:
cd package
mkdir -p src/ansys/mechanical/stubs
touch src/ansys/mechanical/stubs/__init__.py
pip install ansys-pythonnet
pip install -e .[doc]
- name: Run main.py
Expand All @@ -96,6 +95,7 @@ jobs:
AWP_ROOTDV_DEV: /install/ansys_inc/v232
NUM_CORES: 1
run: |
pip install ansys-pythonnet
python3 main.py > results.txt
continue-on-error: True

Expand Down

0 comments on commit 07ed937

Please sign in to comment.