Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin CO committed Oct 26, 2023
1 parent 490ef1c commit 01cf5c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run_tests_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ jobs:
mamba info
mamba list
- name: Install bioptim on Windows
run: |
pwd
cd external/bioptim
python setup.py install
- name: Install extra dependencies
run: mamba install pytest-cov black pytest pytest-cov codecov packaging -cconda-forge

Expand Down

0 comments on commit 01cf5c0

Please sign in to comment.