Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin CO committed Nov 23, 2023
1 parent 965733a commit bd1d606
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/run_tests_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
mamba info
mamba list
- name: Install bioptim on Windows
run:
uses: actions/checkout@v2
with:
submodules: bioptim
python setup.py install
# - name: Install bioptim on Windows
# run:
# uses: actions/checkout@v2
# with:
# submodules: bioptim
# python setup.py install

# - name: Install bioptim on Windows
# run: |
Expand All @@ -57,13 +57,13 @@ jobs:
# pwd
# python setup.py install

# - name: Install bioptim on Windows
# run: |
# pwd
# cd external
# ./bioptim_install_windows.sh 4 ${{ env.PREFIX_WINDOWS }}
# cd ..
# if: matrix.os == 'windows-latest' && matrix.shard == 1
- name: Install bioptim on Windows
run: |
pwd
cd external
./bioptim_install_windows.sh 4 ${{ env.PREFIX_WINDOWS }}
cd ..
if: matrix.os == 'windows-latest' && matrix.shard == 1

- name: Install extra dependencies
run: mamba install pytest-cov black pytest pytest-cov codecov packaging -cconda-forge
Expand Down
5 changes: 4 additions & 1 deletion external/bioptim_install_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

## Move to the external folder
cd ${0%/*}
#

git submodule update --recursive --init

## Move to the bioptim folder
ls
cd bioptim

# Installing bioptim
Expand Down

0 comments on commit bd1d606

Please sign in to comment.