Skip to content

Commit

Permalink
tf im doing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin CO committed Nov 23, 2023
1 parent d49897e commit 965733a
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/run_tests_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,19 @@ jobs:
mamba list
- name: Install bioptim on Windows
run: |
pwd
cd external/bioptim
ls
pwd
python setup.py install
run:
uses: actions/checkout@v2
with:
submodules: bioptim
python setup.py install

# - name: Install bioptim on Windows
# run: |
# pwd
# cd external/bioptim
# ls
# pwd
# python setup.py install

# - name: Install bioptim on Windows
# run: |
Expand Down

0 comments on commit 965733a

Please sign in to comment.