Skip to content

Commit

Permalink
Actions: Clean up unused code in Windows action
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsa committed Dec 6, 2024
1 parent 7ea3a36 commit 85a2558
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/windows_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,6 @@ jobs:
- name: Check out MHKiT-MATLAB
uses: actions/checkout@v4

# - name: Check out MHKiT-Python
# uses: actions/checkout@v4
# with:
# repository: "MHKiT-Software/MHKiT-Python"
# path: ${{env.mhkit-python-dir}}

# - name: pip install mhkit from source
# working-directory: ${{env.mhkit-python-dir}}
# run: |
# conda activate mhkit_conda_env
# pip3 install -e .

- name: pip install mhkit from pypi
shell: bash -l {0}
run: |
Expand Down Expand Up @@ -194,18 +182,6 @@ jobs:
- name: Check out MHKiT-MATLAB
uses: actions/checkout@v4

# - name: Check out MHKiT-Python
# uses: actions/checkout@v4
# with:
# repository: "MHKiT-Software/MHKiT-Python"
# path: ${{env.mhkit-python-dir}}

# - name: pip install mhkit from source
# working-directory: ${{env.mhkit-python-dir}}
# run: |
# conda activate mhkit_conda_env
# pip3 install -e .

- name: pip install mhkit from pypi
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 85a2558

Please sign in to comment.