Skip to content

Commit

Permalink
Update cadcad-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuellima1 authored Dec 21, 2023
1 parent 29b5b8d commit 425165b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cadcad-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ jobs:
pip install -r requirements.txt
- name: Build cadCAD
shell: cmd
run: |
python setup.py bdist_wheel
python -m pip install dist\*.whl --force-reinstall
for %%x in ("dist\*.whl") do python -m pip install %%x --force-reinstall
- name: Run tests
run: |
Expand Down

0 comments on commit 425165b

Please sign in to comment.